UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

18 lines (17 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.breakpoint = void 0; /** * Use `Breakpoint` from the `carbon-react-native-elements` to get the actual value of each breakpoint. * This is just a constant name. */ const breakpoint = exports.breakpoint = { small: 'small', medium: 'medium', large: 'large', x_large: 'x_large', max: 'max' }; //# sourceMappingURL=breakpoint.js.map