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