UNPKG

@knowmax/genericlist-fluentuiv9

Version:

Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.

8 lines (7 loc) 291 B
import { FunctionComponent } from 'react'; import { GenericList } from '@knowmax/genericlist-core'; /** Dedicated pager wrapper including loader and total number of items for lists. */ export declare const PagerWrapper: FunctionComponent<{ list: GenericList; className?: string; }>;