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