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