zhengyiming
2025-03-12 8525b5c780d8855eca89c46790627c00b3d83c79
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};