UNPKG

@harvest-profit/npk

Version:
10 lines 297 B
export default Tooltip; declare function Tooltip({ id, targetRef, as: Component, inline: inlineOption, children }: { id?: any; targetRef?: any; as?: string; inline?: boolean; children: any; }): React.ReactPortal; import React from 'react'; //# sourceMappingURL=Tooltip.d.ts.map