UNPKG

@primer/components

Version:
8 lines (7 loc) 342 B
import { SxProp } from './sx'; import { ComponentProps } from './utils/types'; declare const CounterLabel: import("styled-components").StyledComponent<"span", any, { scheme?: "primary" | "secondary" | undefined; } & SxProp, never>; export declare type CounterLabelProps = ComponentProps<typeof CounterLabel>; export default CounterLabel;