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