UNPKG

carbon-react

Version:

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

12 lines (11 loc) 445 B
import React from "react"; import { MarginProps } from "styled-system"; import { TagProps } from "../../__internal__/utils/helpers/tags/tags"; import { StyledLoaderBarProps } from "./loader-bar.style"; export interface LoaderBarProps extends StyledLoaderBarProps, MarginProps, TagProps { } export declare const LoaderBar: { ({ size, ...rest }: LoaderBarProps): React.JSX.Element | null; DisplayName: string; }; export default LoaderBar;