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