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