UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

7 lines (6 loc) 374 B
import type { HtmlIngredientProps } from '../types.js'; export interface PaginationLastTriggerProps extends HtmlIngredientProps<'button', HTMLButtonElement> { } declare const PaginationLastTrigger: import("svelte").Component<PaginationLastTriggerProps, {}, "ref">; type PaginationLastTrigger = ReturnType<typeof PaginationLastTrigger>; export default PaginationLastTrigger;