UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 210 B
import { DrawerProps } from './types'; declare const Drawer: ({ open, position, backdrop, className, style, children, onClose, }: DrawerProps) => import("react/jsx-runtime").JSX.Element; export default Drawer;