cookie-test-app
Version:
testing
16 lines (15 loc) • 1.14 kB
TypeScript
/// <reference types="react" />
export declare function arrowDownLg(color: string, size: string): JSX.Element;
export declare function arrowDownSm(color: string, size: string): JSX.Element;
export declare function arrowLeftLg(color: string, size: string): JSX.Element;
export declare function arrowLeftSm(color: string, size: string): JSX.Element;
export declare function arrowNext(color: string, size: string): JSX.Element;
export declare function arrowPrevious(color: string, size: string): JSX.Element;
export declare function arrowRightLg(color: string, size: string): JSX.Element;
export declare function arrowRightSm(color: string, size: string): JSX.Element;
export declare function arrowUpLg(color: string, size: string): JSX.Element;
export declare function arrowUpSm(color: string, size: string): JSX.Element;
export declare function checkmarkLg(color: string, size: string): JSX.Element;
export declare function checkmarkSm(color: string, size: string): JSX.Element;
export declare function closeLg(color: string, size: string): JSX.Element;
export declare function closeSm(color: string, size: string): JSX.Element;