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