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