initial commit
This commit is contained in:
1
node_modules/@headlessui/react/dist/hooks/use-controllable.d.ts
generated
vendored
Normal file
1
node_modules/@headlessui/react/dist/hooks/use-controllable.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare function useControllable<T>(controlledValue: T | undefined, onChange?: (value: T) => void, defaultValue?: T): readonly [NonNullable<T>, (value: any) => void | undefined];
|
||||
Reference in New Issue
Block a user