UNPKG

@knowmax/genericlist-fluentuiv9

Version:

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

6 lines (5 loc) 186 B
import { FunctionComponent } from 'react'; /** Displays loader while performing lengthy operation. */ export declare const Loader: FunctionComponent<{ size?: 'sm' | 'md' | 'lg'; }>;