UNPKG

@prokodo/ui

Version:

UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.

5 lines (4 loc) 192 B
import type { IconProps, IconSize } from "./Icon.model"; import type { FC } from "react"; export declare const getIconSize: (s?: IconSize) => number; export declare const Icon: FC<IconProps>;