UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

16 lines (15 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { palette: 'default', dragBoundaryLimit: { top: 0, left: 50, right: 50, bottom: 50 } }; exports.defaultProps = defaultProps;