UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

10 lines 483 B
import type { FindOptions } from '@furystack/core'; import type { CollectionService } from '../../services/collection-service.js'; export declare const dataGridItemsPerPage: number[]; export declare const DataGridFooter: <T>(props: { service: CollectionService<T>; findOptions: FindOptions<T, Array<keyof T>>; onFindOptionsChange: (options: FindOptions<T, Array<keyof T>>) => void; paginationOptions?: number[]; }) => JSX.Element; //# sourceMappingURL=footer.d.ts.map