dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
14 lines • 376 B
JavaScript
// Entry component
import { App } from 'antd';
import { memo } from 'react';
var message;
var notification;
var modal;
export default /*#__PURE__*/memo(function () {
var staticFunction = App.useApp();
message = staticFunction.message;
modal = staticFunction.modal;
notification = staticFunction.notification;
return null;
});
export { message, modal, notification };