@readium/shared
Version:
Shared models to be used across other Readium projects and implementations in Typescript
25 lines (24 loc) • 715 B
text/typescript
export * from './accessibility';
export * from './encryption';
export * from './epub';
export * from './html';
export * from './opds';
export * from './services';
export * from './AltIdentifier';
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 './Profiles';
export * from './Properties';
export * from './Publication';
export * from './PublicationCollection';
export * from './Layout';
export * from './ReadingProgression';
export * from './Subject';
export * from './TDM';
export * from './GuidedNavigation';