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