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