UNPKG

@theguild/components

Version:
10 lines (7 loc) 284 B
import { ReactElement } from 'react'; import { ISchemaPageProps } from '../types/components.mjs'; import 'next/image'; import 'next/link'; import 'react-player'; declare const SchemaPage: ({ schemaName, tags, editorData, }: ISchemaPageProps) => ReactElement; export { SchemaPage };