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