zhengyiming
2025-03-21 9525a39e2174aebfc690c57cab64705680e4d23b
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};