zhengyiming
2025-07-31 048626512af9e86b6280fbc2ecfff33edf8eee31
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};