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