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