UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

4 lines (3 loc) 152 B
import React from 'react'; export type SidebarEmptyProps = React.ComponentProps<'div'>; export declare const SidebarEmpty: React.FC<SidebarEmptyProps>;