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