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