UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 254 B
import { ColorSchemes, DefaultTheme, Theme } from './types'; export declare const defaultTheme: DefaultTheme; export declare const standardDark: Theme; export declare const standardLight: Theme; export declare const THEMES: Omit<ColorSchemes, 'custom'>;