@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
16 lines (15 loc) • 426 B
JavaScript
;
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