@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
14 lines (13 loc) • 322 B
JavaScript
;
/**
* Use `Breakpoint` from the `carbon-react-native-elements` to get the actual value of each breakpoint.
* This is just a constant name.
*/
export const breakpoint = {
small: 'small',
medium: 'medium',
large: 'large',
x_large: 'x_large',
max: 'max'
};
//# sourceMappingURL=breakpoint.js.map