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