this-is-a-test-ui
Version:
Acres React component library
34 lines (33 loc) • 2.53 kB
TypeScript
/// <reference types="react" />
export declare function add(color: string, size: string): JSX.Element;
export declare function addCircleFilled(color: string, size: string): JSX.Element;
export declare function addCircleUnfilled(color: string, size: string): JSX.Element;
export declare function autoFill(color: string, size: string): JSX.Element;
export declare function camera(color: string, size: string): JSX.Element;
export declare function cameraFlip(color: string, size: string): JSX.Element;
export declare function change(color: string, size: string): JSX.Element;
export declare function collapseLg(color: string, size: string): JSX.Element;
export declare function deleteIcon(color: string, size: string): JSX.Element;
export declare function edit(color: string, size: string): JSX.Element;
export declare function editTag(color: string, size: string): JSX.Element;
export declare function enlarge(color: string, size: string): JSX.Element;
export declare function expand(color: string, size: string): JSX.Element;
export declare function filter(color: string, size: string): JSX.Element;
export declare function menu(color: string, size: string): JSX.Element;
export declare function minimize(color: string, size: string): JSX.Element;
export declare function moreHorizontal(color: string, size: string): JSX.Element;
export declare function moreHorizontalSm(color: string, size: string): JSX.Element;
export declare function moreVertical(color: string, size: string): JSX.Element;
export declare function move(color: string, size: string): JSX.Element;
export declare function punchout(color: string, size: string): JSX.Element;
export declare function refresh(color: string, size: string): JSX.Element;
export declare function remove(color: string, size: string): JSX.Element;
export declare function returnIcon(color: string, size: string): JSX.Element;
export declare function search(color: string, size: string): JSX.Element;
export declare function settings(color: string, size: string): JSX.Element;
export declare function share(color: string, size: string): JSX.Element;
export declare function signIn(color: string, size: string): JSX.Element;
export declare function signOut(color: string, size: string): JSX.Element;
export declare function subtractCircleFilled(color: string, size: string): JSX.Element;
export declare function subtractCircleUnfilled(color: string, size: string): JSX.Element;
export declare function subtractSm(color: string, size: string): JSX.Element;