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