UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

7 lines (6 loc) 342 B
export { default as AIAssistantHeader } from './AIAssistantHeader'; export { default as AIChatContent } from './AIChatContent'; export { AIInputSection } from './AllInputSection'; export { PromptSuggestions } from './PromptSuggestions'; export { default as TestModeInput } from './TestModeInput'; export { ToolsDialog } from './ToolsDialog';