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