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