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