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