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