UNPKG

@sanity/form-builder

Version:
4 lines 462 B
/// <reference types="react" /> export declare function getOption(type: any, optionName: any): any; export default function resolveStringInput(type: any): import("react").ForwardRefExoticComponent<import("../../inputs/types").Props<string | number, import("@sanity/types/src").StringSchemaType | import("@sanity/types/src").NumberSchemaType> & import("react").RefAttributes<HTMLInputElement | HTMLSelectElement>>; //# sourceMappingURL=resolveStringInput.d.ts.map