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