UNPKG

@iblai/iblai-web-mentor

Version:

IBL AI Mentor

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