UNPKG

@keen.io/ui-core

Version:

Keen visual components library

7 lines (6 loc) 170 B
import React, { FC } from 'react'; declare type Props = { children: React.ReactNode; }; declare const TooltipContent: FC<Props>; export default TooltipContent;