UNPKG

@sanity/form-builder

Version:
3 lines 394 B
/// <reference types="react" /> export default function resolveNumberInput(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=resolveNumberInput.d.ts.map