UNPKG

claritykit-svelte

Version:

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

17 lines 526 B
/** * ClarityKit Utilities * Exports all utility functions for accessibility, validation, theming, actions, SSR support, and more */ export * from './accessibility'; export * from './validation'; export * from './theme'; export * from './actions'; export * from './init'; export * from './date'; export * from './environment'; export * from './dom-ssr'; export * from './ssr-error-handler'; export * from './ssr-component-base'; export * from './snippet-helpers'; export * from './date'; //# sourceMappingURL=index.d.ts.map