UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

3 lines (2 loc) 215 B
import { UseDrawerProps, UseDrawerReturn } from './useDrawer.types'; export declare const useDrawer: ({ canResize, defaultWidth, isOpen, maxWidth, minWidth, position, onClose, }: UseDrawerProps) => UseDrawerReturn;