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