UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

4 lines 199 B
import { type ReactNode } from "react"; import type { IconProps } from "./Icon"; export declare function Icon({ icon, size, className, }: IconProps): ReactNode; //# sourceMappingURL=Icon.web.d.ts.map