zhengyiming
2025-03-06 18d5b0c743b03d843d30e272ef5fe14680ca15ea
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};