UNPKG

carbon-react

Version:

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

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