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