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