UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

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