rdesign/frontend/node_modules/@headlessui/react/dist/hooks/use-slot.d.ts

2 lines
111 B
TypeScript

export declare function useSlot<ExpectedType extends Record<string, any>>(object: ExpectedType): ExpectedType;