zhengyiming
17 小时以前 a48be50fb38f21c6dd7ac8545c80d511783449ab
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};