UNPKG

@reaxion/core

Version:

Core utilities for Reaxion bots including modal and paginator systems.

8 lines (6 loc) 310 B
// Main entry point for @reaxion/core // Re-exports all components from the core modules // Import and re-export the modal module import { ModalHandler, modal, TextInputStyle } from './core/modal.js'; import { Paginator } from './core/paginator.js'; export { ModalHandler, modal, TextInputStyle, Paginator };