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