UNPKG

nexara-nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

11 lines 254 B
type BreakPointsType = { xs: number; sm: number; md: number; lg: number; xl: number; }; declare const BreakPoints: BreakPointsType; export default BreakPoints; export type { BreakPointsType }; //# sourceMappingURL=breakPoints.d.ts.map