UNPKG

@knowmax/genericlist-fluentuiv9

Version:

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

14 lines (13 loc) 446 B
import { FunctionComponent } from "react"; /** Wrap this around components to be put on a fancy side panel besides list. Renders as div. */ export declare const SidePanel: FunctionComponent<{ children?: React.ReactNode; caption?: string; showResetFilters?: boolean; showRecycleBinFilter?: boolean; collapsible?: boolean; collapsed?: boolean; listId?: string; className?: string; captionClassName?: string; }>;