UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

9 lines (8 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_FEATURES_OPTION = exports.FEATURES_OPTION = void 0; /** * DEFAULT CONF VALIDATION OPTION */ exports.FEATURES_OPTION = 'features'; exports.DEFAULT_FEATURES_OPTION = [];