UNPKG

replyke-rn

Version:

Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

40 lines 848 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resetIcon = exports.resetImg = exports.resetTextInput = exports.resetText = exports.resetIl = exports.resetUl = exports.resetButton = exports.resetView = void 0; exports.resetView = { padding: 0, margin: 0, }; exports.resetButton = { margin: 0, padding: 0, borderStyle: undefined, borderWidth: 0, backgroundColor: "transparent", }; exports.resetUl = { listStyleType: "none", padding: 0, margin: 0, }; exports.resetIl = { padding: 0, margin: 0, }; exports.resetText = { padding: 0, margin: 0, }; exports.resetTextInput = { padding: 0, margin: 0, }; exports.resetImg = { padding: 0, margin: 0, }; exports.resetIcon = { padding: 0, margin: 0, }; //# sourceMappingURL=reset-styles.js.map