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