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