UNPKG

claritykit-svelte

Version:

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

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