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