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