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