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