UNPKG

@primer/components

Version:
7 lines (6 loc) 232 B
/// <reference types="react" /> import { SxProp } from '../sx'; export declare type CounterProps = { children: number; } & SxProp; export declare const Counter: ({ children, sx: sxProp, ...props }: CounterProps) => JSX.Element;