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