Repository URL to install this package:
|
Version:
1.0.1 ▾
|
export declare const isValidCount: (count: any) => boolean;
export declare const renderCount: (count: any) => JSX.Element;
export declare const renderText: (text: any) => JSX.Element;
export declare const renderColor: (image: any) => JSX.Element;