UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

4 lines (3 loc) 239 B
import { SettingsType } from '../types'; export declare const useSettings: <T = unknown>(key: string, type: SettingsType) => readonly [T, (valueOrCallback: T | ((currentValue: T) => T)) => void]; //# sourceMappingURL=use-settings.d.ts.map