cookie-test-app
Version:
testing
19 lines (18 loc) • 1.4 kB
TypeScript
/// <reference types="react" />
export declare function favoriteFilled(color: string, size: string): JSX.Element;
export declare function favoriteUnfilled(color: string, size: string): JSX.Element;
export declare function listAdd(color: string, size: string): JSX.Element;
export declare function listDone(color: string, size: string): JSX.Element;
export declare function listEdit(color: string, size: string): JSX.Element;
export declare function listRemove(color: string, size: string): JSX.Element;
export declare function listResort(color: string, size: string): JSX.Element;
export declare function passwordHide(color: string, size: string): JSX.Element;
export declare function passwordReveal(color: string, size: string): JSX.Element;
export declare function smallStarFilled(color: string, size: string): JSX.Element;
export declare function smallStarHalf(color: string, size: string): JSX.Element;
export declare function smallStarUnfilled(color: string, size: string): JSX.Element;
export declare function starFilled(color: string, size: string): JSX.Element;
export declare function starHalf(color: string, size: string): JSX.Element;
export declare function starUnfilled(color: string, size: string): JSX.Element;
export declare function viewGrid(color: string, size: string): JSX.Element;
export declare function viewList(color: string, size: string): JSX.Element;