UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines (14 loc) • 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.varCreator = void 0; // import type { TokensType } from '../theme/interface' const varCreator = () => { return { overlay_z_index: 10, overlay_background_color: 'rgba(0, 0, 0, 0.7)' }; }; exports.varCreator = varCreator; //# sourceMappingURL=style.js.map