UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

5 lines (4 loc) 280 B
export * as Pagination from './pagination.js'; export { createPagination, } from './create-pagination.svelte.js'; export { anatomy as paginationAnatomy } from './pagination-anatomy.js'; export { getPaginationContext, setPaginationContext, } from './pagination-context.svelte.js';