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