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