UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

10 lines (9 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DROP_ZONE_BASE_ATTRIBUTES = void 0; exports.DROP_ZONE_BASE_ATTRIBUTES = { 'aria-dropeffect': 'copy', tabIndex: 0, role: 'button', }; //# sourceMappingURL=constants.js.map