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