UNPKG

@gechiui/components

Version:
9 lines 220 B
/** * Time over children to wait before showing tooltip * * @type {number} */ export const TOOLTIP_DELAY: number; export default Tooltip; declare function Tooltip(props: any): any; //# sourceMappingURL=index.d.ts.map