zhengyiming
2025-06-12 0b9f96088e35b750b0785eda552baed2b30c41c8
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};