UNPKG

carbon-react

Version:

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

5 lines (4 loc) 197 B
import React from "react"; import { LoaderProps } from "../loader.component"; declare const StarsLoader: ({ loaderLabel, showLabel }: LoaderProps) => React.JSX.Element; export default StarsLoader;