UNPKG

ukelli-ui

Version:

Base on React's UI lib. Make frontend's dev simpler and faster.

7 lines (6 loc) 383 B
import Modal from './modal'; import ModalHelper from './modal-helper'; import { ShowModal, CloseModal, ShowGlobalModal, CloseGlobalModal, CloseAllModal } from './modal-func'; import { DragPanelClass } from './drag-pabel-helper'; export * from './window-manager'; export { ShowModal, CloseModal, Modal, ModalHelper, ShowGlobalModal, CloseGlobalModal, DragPanelClass, CloseAllModal };