UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

29 lines (26 loc) 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const baseStyle = () => { return { color: 'text.900', _dark: { color: 'text.50' }, fontWeight: '400', fontFamily: 'body', fontStyle: 'normal', fontSize: 'sm', letterSpacing: 'md', lineHeight: 'lg' }; }; const defaultProps = {}; var _default = { baseStyle, defaultProps }; exports.default = _default; //# sourceMappingURL=text.js.map