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