UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 222 B
import React from 'react'; import type { CatalogEntityProps } from '../../../core/types'; export declare function CatalogEntity({ RedocSchema, StoreProvider, GraphqlTypeRenderer, }: CatalogEntityProps): React.JSX.Element;