react-7segments
Version:
React component for displaying seven segments
11 lines (10 loc) • 376 B
JavaScript
import SegDigit from'./components/SegDigit';
import SegGroup from './components/SegGroup';
import SegMap from './collections/SegMap';
import SegUtil from './SegUtil';
import SegPoints from './collections/SegPoints';
exports.Digit = SegDigit;
exports.Group = SegGroup;
exports.Map = SegMap;
exports.Util = SegUtil;
exports.Points = SegPoints;