UNPKG

wix-style-react

Version:
13 lines (12 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataAttributes = void 0; var dataAttributes = { draggableTarget: 'data-draggable-target', draggableSource: 'data-draggable-source', id: 'data-id', depth: 'data-depth' }; exports.dataAttributes = dataAttributes;