@sanity/form-builder
Version:
Sanity form builder
10 lines • 977 B
TypeScript
/// <reference types="react" />
import ArrayInput from './inputs/arrays/ArrayOfObjectsInput';
export declare const fallbackInputs: {
object: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("./inputs/ObjectInput/ObjectInput").Props & import("react").RefAttributes<HTMLDivElement>>>;
array: typeof ArrayInput;
boolean: import("react").ForwardRefExoticComponent<import("./inputs/types").Props<boolean, import("@sanity/types/src").BooleanSchemaType> & import("react").RefAttributes<HTMLInputElement>>;
number: import("react").ForwardRefExoticComponent<import("./inputs/types").Props<number, import("@sanity/types/src").NumberSchemaType> & import("react").RefAttributes<HTMLInputElement>>;
string: import("react").ForwardRefExoticComponent<import("./inputs/types").Props<string, import("@sanity/types/src").TextSchemaType> & import("react").RefAttributes<HTMLTextAreaElement>>;
};
//# sourceMappingURL=fallbackInputs.d.ts.map