UNPKG

react-monaco-editor

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