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