UNPKG

react-monaco-editor

Version:
8 lines (7 loc) 291 B
import { URIComponents, URIOptions } from "../uri"; declare var _default: { scheme: string; parse: (components: URIComponents, options: URIOptions) => URIComponents; serialize: (components: URIComponents, options: URIOptions) => URIComponents; }; export default _default;