UNPKG

@primer/components

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