This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { PaginationRootProps } from "../types.js";
|
||||
declare const Pagination: import("svelte").Component<PaginationRootProps, {}, "ref" | "page">;
|
||||
type Pagination = ReturnType<typeof Pagination>;
|
||||
export default Pagination;
|
||||
Reference in New Issue
Block a user