UNPKG

@jengaui/utils

Version:

Jenga UI Utils component in React

6 lines (4 loc) 260 B
declare function useSlotProps(props: Record<string, any>, defaultSlot: any): Record<string, any>; declare function SlotProvider(props: any): JSX.Element; declare function ClearSlots(props: any): JSX.Element; export { ClearSlots, SlotProvider, useSlotProps };