zhengyiming
2025-08-22 0b354233fcfc629fd0fbd54b90d6cbd1b49facfd
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};