UNPKG

svelte-pagedjs

Version:

A Svelte wrapper for PagedJS, providing easy pagination and print layout capabilities for your Svelte applications.

5 lines (4 loc) 188 B
import type { PagedjsProps } from './types.js'; declare const Pagedjs: import("svelte").Component<PagedjsProps, {}, "">; type Pagedjs = ReturnType<typeof Pagedjs>; export default Pagedjs;