UNPKG

@sanity/form-builder

Version:
6 lines 303 B
import React from 'react'; import { StringSchemaType } from '@sanity/types'; import { Props } from './types'; declare const UrlInput: React.ForwardRefExoticComponent<Props<string, StringSchemaType> & React.RefAttributes<HTMLInputElement>>; export default UrlInput; //# sourceMappingURL=UrlInput.d.ts.map