@readium/shared
Version:
Shared models to be used across other Readium projects and implementations in Typescript
21 lines (20 loc) • 604 B
TypeScript
export * from './encryption';
export * from './epub';
export * from './html';
export * from './opds';
export * from './presentation';
export * from './services';
export * from './BelongsTo';
export * from './Contributor';
export * from './Link';
export * from './LocalizedString';
export * from './Locator';
export * from './LocatorCollection';
export * from './Manifest';
export * from './Metadata';
export * from './Properties';
export * from './Publication';
export * from './PublicationCollection';
export * from './ReadingProgression';
export * from './Subject';
export * from './GuidedNavigation';