zhengyiming
2025-10-16 a2d490cc8d10e7b4cedb23919f088bf67a6dc20e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};