tav-ui
Version:
27 lines (21 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('./index2.js');
var useApi = require('./use-api2.js');
var useEditorCustomToolbarButton = require('./use-editor-custom-toolbar-button2.js');
var useEditorIframeCommunication = require('./use-editor-iframe-communication2.js');
var useEditorMenubar = require('./use-editor-menubar2.js');
var useEditorPlugin = require('./use-editor-plugin2.js');
var useEditorStatusbar = require('./use-editor-statusbar2.js');
var useEditorToolbar = require('./use-editor-toolbar2.js');
var useProps = require('./use-props2.js');
exports.useApi = useApi.useApi;
exports.useEditorCustomToolbarButton = useEditorCustomToolbarButton.useEditorCustomToolbarButton;
exports.useEditorIframeCommunication = useEditorIframeCommunication.useEditorIframeCommunication;
exports.useEditorMenubar = useEditorMenubar.useEditorMenubar;
exports.useEditorPlugin = useEditorPlugin.useEditorPlugin;
exports.useEditorStatusbar = useEditorStatusbar.useEditorStatusbar;
exports.useEditorToolbar = useEditorToolbar.useEditorToolbar;
exports.useGlobalConfigProps = useProps.useGlobalConfigProps;
exports.useMergedProps = useProps.useMergedProps;
//# sourceMappingURL=index.js.map