zhengyiming
2025-03-13 13172e75446452388f0e4a0c4aac7e696e1b21da
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};