claritykit-svelte
Version:
A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility
4 lines • 470 B
TypeScript
export { default as GalleryView } from './GalleryView.svelte';
export type { GalleryItem, GalleryViewVariant, GalleryViewSize, GalleryViewState, GridSize, SortDirection, SortKey, ContentType, GallerySort, GalleryFilter, GallerySelection, BulkAction, ViewOptions, GalleryViewProps } from './types.js';
export { GALLERY_BREAKPOINTS, DEFAULT_GRID_SIZES, CONTENT_TYPE_ICONS, formatFileSize, formatDate, generateItemId } from './types.js';
//# sourceMappingURL=index.d.ts.map