UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

18 lines (17 loc) 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const KWIKUI_CAROUSEL_DEFAULTS = { customStyles: { container: {}, content: {} }, indicators: { isActive: true, showAllIndicators: true, maxVisibleIndicators: 5 } }; var _default = exports.default = KWIKUI_CAROUSEL_DEFAULTS;