UNPKG

@gpa-gemstone/react-forms

Version:
11 lines (10 loc) 324 B
import * as React from 'react'; interface IProps { Show: boolean; Position?: ('top' | 'bottom' | 'left' | 'right'); Target?: string; Zindex?: number; Class?: 'primary' | 'secondary' | 'success' | 'danger' | 'info'; } export declare const Tooltip: React.FunctionComponent<IProps>; export default Tooltip;