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