UNPKG

ur-ui-kit-tm

Version:
7 lines (6 loc) 289 B
import { jsx as _jsx } from "react/jsx-runtime"; import { LoadingStyled } from "./loading.styled"; export var Loading = function (_a) { var size = _a.size, width = _a.width, color = _a.color; return _jsx(LoadingStyled, { size: size, width: width, color: color }, void 0); };