import * as React from "react"; export type IProps = { children?: React.ReactNode // 内容,不需要点击 isContent?: boolean }