piral-core
Version:
The core library for creating a Piral instance.
15 lines • 400 B
JavaScript
export * from './api';
export * from './common';
export * from './components';
export * from './config';
export * from './custom';
export * from './data';
export * from './extension';
export * from './instance';
export * from './layout';
export * from './navigation';
export * from './plugin';
export * from './state';
export * from './utils';
export * from './web';
//# sourceMappingURL=index.js.map