Files
infocom-systems-design/node_modules/@headlessui/react/dist/hooks/use-slot.d.ts
2025-10-03 22:27:28 +03:00

2 lines
111 B
TypeScript

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