UNPKG

@graphiql/react

Version:

[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)

11 lines (10 loc) 307 B
import { FC, ReactNode } from 'react'; import * as T from '@radix-ui/react-tooltip'; export declare const TooltipRoot: FC<T.TooltipContentProps & { label: ReactNode; }>; export declare const Tooltip: FC<T.TooltipContentProps & { label: ReactNode; }> & { Provider: FC<T.TooltipProviderProps>; };