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