@primer/components
Version:
Primer react components
9 lines (8 loc) • 411 B
TypeScript
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;