UNPKG

claritykit-svelte

Version:

A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility

5 lines 267 B
import type { AgentLogViewProps } from './types.js'; declare const AgentLogView: import("svelte").Component<AgentLogViewProps, {}, "">; type AgentLogView = ReturnType<typeof AgentLogView>; export default AgentLogView; //# sourceMappingURL=AgentLogView.svelte.d.ts.map