zhengyiming
2025-11-13 c79f8a668dd8f2ef06f930489d535d70981e1c26
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};