Files
blowfish/node_modules/@headlessui/react/dist/hooks/use-controllable.d.ts
Nuno Coração 5fb4bd8083 config redirect
2023-01-29 22:30:24 +00:00

2 lines
186 B
TypeScript

export declare function useControllable<T>(controlledValue: T | undefined, onChange?: (value: T) => void, defaultValue?: T): readonly [NonNullable<T>, (value: any) => void | undefined];