UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

18 lines (17 loc) 825 B
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime"; import { LoadingStyle } from './style'; var Loading = function (props) { return (_jsxs("div", __assign({ css: LoadingStyle }, props, { children: [_jsx("div", { className: "spin-blocker" }), _jsx("div", { className: "spin-bottom-left" }), _jsx("div", { className: "spin-bottom-right" }), _jsx("div", { className: "spin-top-left" })] }))); }; export default Loading;