UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 263 B
import{jsxs as e,jsx as r}from"react/jsx-runtime";import{PromptsStyled as l,PromptsLabel as c,PromptList as s}from"./styled.js";const i=({className:i,label:m,children:t})=>e(l,{className:i,children:[m&&r(c,{children:m}),r(s,{children:t})]});export{i as Prompts};