UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 178 B
interface SidebarGroupEmptyProps { children?: React.ReactNode | string; } export declare const SidebarGroupEmpty: React.FC<SidebarGroupEmptyProps>; export * from './styled';