wupengfei
10 天以前 42cb53916a430a19843913f2601b5d16779c7010
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};