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