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