UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

7 lines (6 loc) 155 B
interface IUseDrawer { for?: string; onClose?: () => void; onOpen?: () => void; } export declare function useDrawer({ ...props }: IUseDrawer);