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