piral-core
Version:
The core library for creating a Piral instance.
13 lines • 420 B
JavaScript
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';
//# sourceMappingURL=index.js.map