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