UNPKG

mui-elapsing-bars

Version:

Animated bar graph elapsing during time for React.JS

14 lines (11 loc) 248 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _ElapBars = require('./ElapBars'); Object.defineProperty(exports, 'ElapBars', { enumerable: true, get: function get() { return _ElapBars.ElapBars; } });