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