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