cookie-test-app
Version:
testing
8 lines (7 loc) • 513 B
TypeScript
/// <reference types="react" />
export declare function checkmarkSolid(color: string, size: string): JSX.Element;
export declare function errorSolid(color: string, size: string): JSX.Element;
export declare function helpOutline(color: string, size: string): JSX.Element;
export declare function informationOutline(color: string, size: string): JSX.Element;
export declare function informationSolid(color: string, size: string): JSX.Element;
export declare function warningSolid(size: string): JSX.Element;