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