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