zym2525
2025-03-09 c4db0ed5c4218dba29c9924511dc2bbcf169d468
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};