UNPKG

@zendeskgarden/react-loaders

Version:

Components relating to loaders in the Garden Design System

14 lines (13 loc) 638 B
/** * Copyright Zendesk, Inc. * * Use of this source code is governed under the Apache License, Version 2.0 * found at http://www.apache.org/licenses/LICENSE-2.0. */ export { StyledDotsCircleOne, StyledDotsCircleTwo, StyledDotsCircleThree } from './StyledDots'; export { StyledLoadingPlaceholder } from './StyledLoadingPlaceholder'; export { StyledProgressBackground, StyledProgressIndicator } from './StyledProgress'; export { StyledSkeleton } from './StyledSkeleton'; export { StyledSpinnerCircle } from './StyledSpinnerCircle'; export { StyledSVG } from './StyledSVG'; export { StyledCircle, StyledInline } from './StyledInline';