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