UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 298 B
import React from 'react'; import { SidebarDropdownStyled } from './styled'; export interface SidebarDropdownProps extends React.ComponentProps<typeof SidebarDropdownStyled> { } export declare const SidebarDropdown: React.FC<SidebarDropdownProps>; export * from './styled'; export * from './item';