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