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