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