/** * @fileoverview Public API surface for @memberjunction/ng-timeline * * This module exports all public types, classes, and components for the * MJ Timeline component. The component works with both MemberJunction * BaseEntity objects and plain JavaScript objects. * * @packageDocumentation */ export * from './lib/types'; export * from './lib/events'; export * from './lib/timeline-group'; export * from './lib/component/timeline.component'; export * from './lib/module'; //# sourceMappingURL=public-api.d.ts.map