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