UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines (15 loc) 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TODO = void 0; // import type { TokensType } from '../theme/interface' // export const varCreator = (TOKENS: TokensType) => { // return { // space_gap_vertical: TOKENS.space_2, // space_gap_horizontal: TOKENS.space_2, // } // } const TODO = '暂时没有自定义变量'; exports.TODO = TODO; //# sourceMappingURL=style.js.map