UNPKG

@knowmax/genericlist-fluentuiv9

Version:

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

8 lines (7 loc) 262 B
import { FunctionComponent } from 'react'; /** Wrap this around each list and use @see ListItemPanel for each item in list. */ export declare const ListPanel: FunctionComponent<{ loading?: boolean; children?: React.ReactNode; className?: string; }>;