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