UNPKG

@versionone/ui

Version:

Open-source and community supported collection of common UI components built with React. As an open-sourced and community supported project, VersionOne UI is not formally supported by VersionOne.

13 lines (8 loc) 288 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _Chip = require('./Chip'); var _Chip2 = _interopRequireDefault(_Chip); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = _Chip2.default;