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