UNPKG

@restnfeel/agentc-starter-kit

Version:

한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템

15 lines (14 loc) 1.2 kB
export { UI_COMPONENTS_VERSION } from './components/ui/index.js'; export { ChatbotWidget } from './components/chatbot/customer/chatbot-widget.js'; export { DesktopChatModal } from './components/chatbot/customer/desktop-chat-modal.js'; export { ModalStateProvider, useModalState } from './components/chatbot/customer/modal-state-context.js'; export { cn } from './utils/cn.js'; export { TemplateManager, cloneTemplate, createSiteFromTemplate, filterTemplates, getTemplateById, getTemplateBySlug, getTemplateStats, getTemplatesByCategory, searchTemplates, templateCategories, templateLibrary, templateManager, templates } from './templates/index.js'; export { Button } from './components/ui/Button.js'; export { Input } from './components/ui/Input.js'; export { Card, CardContent, CardFooter, CardHeader } from './components/ui/Card.js'; export { CardTitle } from './components/ui/CardTitle.js'; export { Modal, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalTitle } from './components/ui/Modal.js'; export { Loading } from './components/ui/Loading.js'; export { ConfirmationDialog, useConfirmationDialog } from './components/ui/confirmation-dialog.js'; //# sourceMappingURL=client.js.map