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