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