@open-condo/ui
Version:
A set of React UI components for developing applications inside the condo ecosystem
7 lines • 345 B
TypeScript
export declare const DEFAULT_PAGE_SIZE = 30;
export declare const COLUMN_ID_SELECTION = "selection";
export declare const DEFAULT_MIN_SIZE = 70;
export declare const DEBOUNCE_SETTINGS_SAVE = 300;
export declare const DROPDOWN_TRIGGER_CLICK = "click";
export declare const DROPDOWN_TRIGGER_HOVER = "hover";
//# sourceMappingURL=constants.d.ts.map