kwikid-components-react
Version: 
KwikID's Component Library in React
15 lines (14 loc) • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.KWIKID__CONFIGURATOR__DEFAULTS = void 0;
const KWIKID__CONFIGURATOR__DEFAULTS = exports.KWIKID__CONFIGURATOR__DEFAULTS = {
  styles: {
    wrapper: {}
  },
  id: "configurator-id",
  config: {},
  value: "",
  onEmitEvent: undefined
};