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