UNPKG

372 BPlain TextView Raw
1export { default as RecordData } from './record-data';
2export { default as Relationship } from './relationships/state/relationship';
3export { default as BelongsToRelationship } from './relationships/state/belongs-to';
4export { default as ManyRelationship } from './relationships/state/has-many';
5export { relationshipStateFor, relationshipsFor } from './record-data-for';