UNPKG

@kitn.ai/ui

Version:

Framework-agnostic, Shadow-DOM web components for building AI chat interfaces — works in React, Vue, Angular, Svelte, or plain HTML. Authored in SolidJS.

8 lines (7 loc) 272 B
export interface ScrollButtonProps { class?: string; variant?: 'outline' | 'ghost' | 'default'; size?: 'sm' | 'md' | 'lg' | 'icon' | 'icon-sm'; } declare function ScrollButton(props: ScrollButtonProps): import("solid-js").JSX.Element; export { ScrollButton };