@sanity/form-builder
Version:
Sanity form builder
6 lines • 328 B
TypeScript
import type { Origin, Patch } from '../../patch/types';
declare type GradientPatch = Record<string, any>;
export declare function toGradient(patches: Patch[]): GradientPatch[];
export declare function toFormBuilder(origin: Origin, patches: GradientPatch[]): Patch[];
export {};
//# sourceMappingURL=gradientPatchAdapter.d.ts.map