UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

7 lines 370 B
export function runSideEffects<T extends keyof import("../../types").ConfigType>({ key, value, setValue, getValue }: { key: T; value: import("../../types").ConfigType[T]; setValue: (key: T, value: import("../../types").ConfigType[T]) => void; getValue: (key: T) => import("../../types").ConfigType[T]; }): void; //# sourceMappingURL=side-effects.d.ts.map