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