UNPKG

piral-core

Version:

The core library for creating a Piral instance.

13 lines (12 loc) 387 B
export * from './components'; export * from './ErrorBoundary'; export * from './ExtensionSlot'; export * from './Mediator'; export * from './PiralGlobals'; export * from './PiralRoutes'; export * from './PiralSuspense'; export * from './PiralView'; export * from './PortalRenderer'; export * from './ResponsiveLayout'; export * from './SwitchErrorInfo'; export * from './wrapComponent';