@bothub-chat/ui
Version:
Bothub UI Components
7 lines (6 loc) • 370 B
TypeScript
import React from 'react';
import { SidebarButtonsStyled, SidebarButtonsStyledProps } from './styled';
export type SidebarCreateChatButtonProps = Omit<React.ComponentProps<typeof SidebarButtonsStyled>, keyof SidebarButtonsStyledProps>;
export declare const SidebarButtons: React.FC<SidebarCreateChatButtonProps>;
export * from './styled';
export * from './create-chat';