UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

12 lines 370 B
/** * Use `Breakpoint` from the `carbon-react-native-elements` to get the actual value of each breakpoint. * This is just a constant name. */ export declare const breakpoint: { readonly small: "small"; readonly medium: "medium"; readonly large: "large"; readonly x_large: "x_large"; readonly max: "max"; }; //# sourceMappingURL=breakpoint.d.ts.map