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