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