UNPKG

@data-cafe/datagrid

Version:

A very generic datagrid component for data-café applications

12 lines (11 loc) 205 B
/** * Internal variable to command UI rendering. */ export interface UI { loading: boolean; editable: boolean; } /** * Generate the inital UI state. */ export declare function initialUI(): UI;