UNPKG

@sanity/form-builder

Version:
4 lines 294 B
import { ArraySchemaType, SchemaType } from '@sanity/types'; export declare function isEmpty(value: Record<string, unknown>): value is Record<never, never>; export declare function getItemType(arrayType: ArraySchemaType, item: any): SchemaType | undefined; //# sourceMappingURL=helpers.d.ts.map