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