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