@wizni/quiver
Version:
Quiver- Angular frontend development tools.
25 lines (24 loc) • 901 B
TypeScript
/**
* @module
* @description
* Entry point for all public APIs of Wizni Quiver.
*/
export * from './chips/chips.module';
export * from './common/common.module';
export * from './data-table/data-table.module';
export * from './dialogs/dialogs.module';
export * from './expansion-panel/expansion-panel.module';
export * from './file/file.module';
export * from './http/http.module';
export * from './json-formatter/json-formatter.module';
export * from './layout/layout.module';
export * from './loading/loading.module';
export * from './markdown/markdown.module';
export * from './media/media.module';
export * from './menu/menu.module';
export * from './message/message.module';
export * from './notifications/notifications.module';
export * from './paging/paging.module';
export * from './search/search.module';
export * from './steps/steps.module';
export * from './highlight/highlight.module';