carbon-react
Version:
A library of reusable React components for easily building user interfaces.
8 lines (7 loc) • 824 B
TypeScript
import { LoaderStarProps } from "./loader-star.component";
export declare const StyledLoaderStarWrapper: import("styled-components").StyledComponent<"div", any, LoaderStarProps, never>;
export declare const StyledLabel: import("styled-components").StyledComponent<{
({ "data-component": dataComponent, variant, as, id, fontSize, fontWeight, textTransform, lineHeight, textDecoration, display, listStyleType, whiteSpace, wordBreak, wordWrap, textAlign, textOverflow, truncate, color, backgroundColor, bg, opacity, children, screenReaderOnly, isDisabled, "aria-hidden": ariaHidden, className, ...rest }: import("../typography").TypographyProps): import("react").JSX.Element;
displayName: string;
}, any, {}, never>;
export declare const StyledStars: import("styled-components").StyledComponent<"div", any, {}, never>;