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