UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

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