wupengfei
2 小时以前 ca03f54c785cc814b9efa75b3aa1985b1c30e960
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};