UNPKG

@grafana/ui

Version:
22 lines (20 loc) 531 B
import 'react/jsx-runtime'; import { keyframes } from '@emotion/css'; import '@grafana/e2e-selectors'; import '@grafana/i18n'; import 'hoist-non-react-statics'; import 'micro-memoize'; import 'react'; import '@grafana/data'; import '../Icon/Icon.mjs'; import '../Tooltip/Tooltip.mjs'; keyframes({ "0%": { transform: "rotate(0deg) scaleX(-1)" // scaleX flips the `sync` icon so arrows point the correct way }, "100%": { transform: "rotate(359deg) scaleX(-1)" } }); //# sourceMappingURL=LoadingIndicator.mjs.map