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