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