this-is-a-test-ui
Version:
Acres React component library
7 lines (6 loc) • 418 B
TypeScript
/// <reference types="react" />
export declare function facebook(color: string, size: string): JSX.Element;
export declare function instagram(color: string, size: string): JSX.Element;
export declare function pinterest(color: string, size: string): JSX.Element;
export declare function twitter(color: string, size: string): JSX.Element;
export declare function youtube(color: string, size: string): JSX.Element;