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