UNPKG

@coinmeca/ui

Version:

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

13 lines 372 B
export interface Icon { icon: string; color?: string | false; change?: boolean; style?: object; scale?: number; count?: number; title?: string; } declare function Icon(props: Icon): import("react").JSX.Element; declare const _default: import("react").MemoExoticComponent<typeof Icon>; export default _default; //# sourceMappingURL=Icon.d.ts.map