UNPKG

@bytebeans/macaw-ui

Version:

Saleor's UI component library

7 lines (6 loc) 212 B
import React from "react"; import { BaseSidebarProps } from "./types"; export interface SidebarProps extends BaseSidebarProps { activeId: string; } export declare const Sidebar: React.FC<SidebarProps>;