UNPKG

@tolokoban/ui

Version:

React components with theme

3 lines 205 B
import { ViewWithValue } from "../types.js"; export declare function useChangeableValue<T>(props: ViewWithValue<T>): [value: T, setValue: (value: T) => void]; //# sourceMappingURL=changeable-value.d.ts.map