UNPKG

alouette

Version:

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

7 lines (5 loc) 232 B
// Brings in NativeWind's React Native component augmentations so that // `<View className="..."/>`, `<Text className="..."/>`, etc. type-check // throughout alouette's source. /// <reference types="nativewind/types" /> export {};