UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

5 lines (4 loc) 205 B
import React from "react"; import { BaseSidebarProps } from "../Sidebar/types"; export declare type SideBarDrawerProps = BaseSidebarProps; export declare const SidebarDrawer: React.FC<SideBarDrawerProps>;