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