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