UNPKG

redoc

Version:
6 lines (5 loc) 174 B
import * as React from 'react'; import { SchemaModel } from '../../services'; export declare function Pattern(props: { schema: SchemaModel; }): React.JSX.Element | null;