UNPKG

@specialdoom/solid-rev-kit

Version:

RevKit UI implementation for SolidJS

4 lines (3 loc) 152 B
import { ChatBubble, ChatBubbleProps, ChatBubbleType } from './chat-bubble'; export { ChatBubble }; export type { ChatBubbleProps, ChatBubbleType };