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