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