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