UNPKG

cookie-test-app

Version:

testing

8 lines (7 loc) 348 B
/// <reference types="react" /> export declare function blank(): JSX.Element; export declare function current(): JSX.Element; export declare function error(): JSX.Element; export declare function success(): JSX.Element; export declare function number(num: string): JSX.Element; export declare function numberSolid(num: string): JSX.Element;