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