zhengyiming
5 天以前 9f79296b830c3c00a3a08dae4326af864a15d0ea
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};