wupengfei
昨天 d5e0cc18d7d18c36b9f998bfd275694fae096e01
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};