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