UNPKG

@storybook/addon-ondevice-controls

Version:

Display storybook controls on your device.

5 lines (4 loc) 190 B
export declare function useResyncValue(value: any, isPristine: boolean, resyncCallback?: (syncValue: any) => void): { key: number; setCurrentValue: import("react").Dispatch<any>; };