UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

16 lines 551 B
/// <reference types="react" /> import { CSS } from '@project44-manifest/react-styles'; export declare type Variant = 'black' | 'blue' | 'darkBlue' | 'darkGrey' | 'default' | 'grey' | 'lightGrey' | 'red'; interface Props { value: number | string; variant?: Variant; dense?: boolean; css?: CSS; isLoading?: boolean; } export declare function CountLabel({ value, variant, dense, css, isLoading }: Props): JSX.Element; export declare namespace CountLabel { var displayName: string; } export {}; //# sourceMappingURL=index.d.ts.map