UNPKG

alouette

Version:

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

6 lines (4 loc) 136 B
import type { ReactNode } from "react"; export function SafeAreaProvider({ children }: { children: ReactNode }) { return children; }