UNPKG

@opencloud-eu/design-system

Version:

OpenCloud Design System is used to design OpenCloud UI components

12 lines (11 loc) 607 B
import { SizeType } from './types'; export declare const EVENT_THEAD_CLICKED: "thead-clicked"; export declare const EVENT_TROW_CLICKED: "highlight"; export declare const EVENT_TROW_MOUNTED: "rowMounted"; export declare const EVENT_TROW_CONTEXTMENU: "contextmenuClicked"; export declare const EVENT_ITEM_DROPPED: "itemDropped"; export declare const EVENT_ITEM_DROPPED_BREADCRUMB: "itemDroppedBreadcrumb"; export declare const EVENT_ITEM_DRAGGED: "itemDragged"; export declare const EVENT_FILE_DROPPED: "fileDropped"; export declare const EVENT_SORT: "sort"; export declare const AVAILABLE_SIZES: SizeType[];