UNPKG

tav-ui

Version:
28 lines (23 loc) 1.15 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var withInstall = require('../../utils/with-install2.js'); require('./src/components/index2.js'); var Upload = require('./src/Upload2.js'); var hooks = require('./src/hooks2.js'); var UpdateFile = require('./src/components/UpdateFile2.js'); var PreviewTable = require('./src/components/PreviewTable2.js'); var FileBranch = require('./src/components/FileBranch2.js'); const TaUpdateFile = withInstall.withInstall(UpdateFile.UpdateFile); const TaPreviewTable = withInstall.withInstall(PreviewTable.PreviewTable); const TaFileBranch = withInstall.withInstall(FileBranch.FileBranch); const TaUpload = withInstall.withInstall(Upload["default"]); exports.getActionColumnMaxWidth = hooks.getActionColumnMaxWidth; exports.useFileFormatter = hooks.useFileFormatter; exports.useFileTypeCode = hooks.useFileTypeCode; exports.useHandlerInOuter = hooks.useHandlerInOuter; exports.TaFileBranch = TaFileBranch; exports.TaPreviewTable = TaPreviewTable; exports.TaUpdateFile = TaUpdateFile; exports.TaUpload = TaUpload; exports["default"] = TaUpload; //# sourceMappingURL=index2.js.map