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