UNPKG

@ownclouders/design-system

Version:

ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components

11 lines (10 loc) 569 B
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: string[];