UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

21 lines (20 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KWIKUI_LOADER__DEFAULTS = void 0; var _Loader = require("./Loader.definition"); const KWIKUI_LOADER__DEFAULTS = exports.KWIKUI_LOADER__DEFAULTS = { customStyles: { container: {}, wrapper: {}, animation: {}, text: {} }, id: "loader", loading: false, loadingText: "Please wait...", shape: _Loader.IKwikUILoaderShape.CURVED, size: _Loader.IKwikUILoaderSize.M, variant: _Loader.IKwikUILoaderVariant.FULLSCREEN };