UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

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