UNPKG

react-native-unistyles

Version:
27 lines (26 loc) 585 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatusBar = exports.NavigationBar = void 0; const StatusBar = exports.StatusBar = { width: 0, height: 0, setStyle: () => {}, setHidden: () => {}, equals: () => true, toString: () => 'StatusBar', __type: 'web', name: 'StatusBar' }; const NavigationBar = exports.NavigationBar = { width: 0, height: 0, setHidden: () => {}, equals: () => true, dispose: () => {}, toString: () => 'NavigationBar', __type: 'web', name: 'NavigationBar' }; //# sourceMappingURL=mock.js.map