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