@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)
9 lines (8 loc) • 751 B
TypeScript
import { FC } from 'react';
import * as D from '@radix-ui/react-dialog';
export declare const Dialog: FC<D.DialogProps> & {
Close: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
Title: import('react').ForwardRefExoticComponent<D.DialogTitleProps & import('react').RefAttributes<HTMLHeadingElement>>;
Trigger: import('react').ForwardRefExoticComponent<D.DialogTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
Description: import('react').ForwardRefExoticComponent<D.DialogDescriptionProps & import('react').RefAttributes<HTMLParagraphElement>>;
};