UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

28 lines (27 loc) 730 B
export declare function usePagination(): { getPagination: (propertyData: any, readonly: boolean) => { title: string; $converter: string; parentPropertyID: string; properties: { enable: { title: string; type: string; refreshPanelAfterChanged: boolean; editor: { readonly: boolean; }; }; showIndex: { visible: any; title: string; type: string; }; showLimits: { visible: any; title: string; type: string; }; }; }; };