UNPKG

@figliolia/rn-donut-chart

Version:
14 lines (13 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Styles = void 0; const react_native_1 = require("react-native"); exports.Styles = react_native_1.StyleSheet.create({ svg: { position: "absolute", top: 0, left: 0, height: "100%", width: "100%", }, });