UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

8 lines 281 B
import { GrafaidOld } from '#lib/grafaid-old/index'; import type { BoxProps } from '@radix-ui/themes'; import type { FC } from 'react'; export type Props = BoxProps & { data: GrafaidOld.GraphQLField; }; export declare const Field: FC<Props>; //# sourceMappingURL=Field.d.ts.map