UNPKG

@knowmax/genericlist-fluentuiv9

Version:

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

7 lines (6 loc) 226 B
import { FunctionComponent } from 'react'; import { GenericList } from '@knowmax/genericlist-core'; /** Total number of items in generic list. */ export declare const TotalItems: FunctionComponent<{ list: GenericList; }>;