UNPKG

claritykit-svelte

Version:

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

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