UNPKG

@sanity/form-builder

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