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