tav-ui
Version:
15 lines (10 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var withInstall = require('../../utils/with-install2.js');
var button = require('./src/button2.js');
var types = require('./src/types2.js');
const TaButton = withInstall.withInstall(button["default"]);
exports.buttonProps = types.buttonProps;
exports.TaButton = TaButton;
exports["default"] = TaButton;
//# sourceMappingURL=index2.js.map