UNPKG

alouette

Version:

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

5 lines 224 B
import type { ComponentType } from "react"; export declare function styled<P extends { className?: string; }>(Component: ComponentType<P>, defaultClassName: string): ComponentType<P>; //# sourceMappingURL=styled.d.ts.map