@sanity/form-builder
Version:
Sanity form builder
6 lines • 303 B
TypeScript
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