UNPKG

@visactor/react-vtable

Version:

The react version of VTable

8 lines (7 loc) 267 B
import type { BaseComponentProps } from '../base-component'; export type TooltipProps = { renderMode?: 'html'; isShowOverflowTextTooltip?: boolean; confine?: boolean; } & BaseComponentProps; export declare const Tooltip: import("react").FC<TooltipProps>;