UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

5 lines (4 loc) 277 B
import React from "react"; import { LoaderProps } from "../loader.component"; declare const RingLoader: ({ inverse, size, variant, hasMotion, isTracked, animationTime, loaderLabel, showLabel, isSuccess, isError, }: LoaderProps) => React.JSX.Element; export default RingLoader;