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