UNPKG

@zohodesk/dot

Version:

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

19 lines (18 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultProps = void 0; var defaultProps = { palette: 'default', type: 'dot', wrap: false, shrink: false, aligndirection: 'row', customClass: { customWrapper: '', customSeparator: '', customChildren: '' } }; exports.defaultProps = defaultProps;