UNPKG

schema-finder

Version:

A simple React component for viewing and exploring a JSONSchema

9 lines 236 B
import React from "react"; export interface MdProps { /** Markdown string */ s: string; /** Path for creating a unique key */ path?: string; } export declare const Md: React.VFC<MdProps>; //# sourceMappingURL=md.d.ts.map