UNPKG

@iblai/iblai-web-mentor

Version:

IBL AI Mentor

3 lines (2 loc) 185 B
export type Theme = 'dark' | 'light'; export type Component = 'chat' | 'analytics-overview' | 'analytics-users' | 'analytics-topics' | 'prompt-gallery' | 'explore' | 'recent-messages';