UNPKG

strapi-plugin-parent-child-relationships

Version:

Strapi plugin to create and manage parent-child relationships between content types using custom fields

6 lines (5 loc) 288 B
export { default as connect } from './connect'; export { diffRelations } from './diffRelations'; export { normalizeRelation, normalizeRelations } from './normalizeRelations'; export { normalizeSearchResults } from './normalizeSearchResults'; export { default as select } from './select';