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