UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

11 lines (10 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // Default configuration for the DataTree component const TREE_DEFAULTS = { data: [] }; var _default = exports.default = TREE_DEFAULTS;