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