UNPKG

@cblink/finches-ui

Version:

A Component Library for Vue 3

5 lines (4 loc) 154 B
export declare function usePagination(refProps: any): { getPaginationInfo: import("vue").ComputedRef<any>; setPagination: (info: any) => void; };