UNPKG

pubsweet-component-wax

Version:

PubSweet component for the Wax collaborative document editor

23 lines (21 loc) 1.17 kB
export { default as getBookComponentQuery } from './getBookComponent' export { default as getCustomTagsQuery } from './getCustomTags' export { default as getWaxRulesQuery } from './getWaxRules' export { default as getUserTeamsQuery } from './getUserTeams' export { default as getSpecificFilesQuery } from './getSpecificFiles' export { default as updateBookComponentContentMutation } from './updateContent' export { default as updateCustomTagMutation } from './updateCustomTag' export { default as addCustomTagMutation } from './addCustomTag' export { default as spellCheckerQuery } from './spellChecker' export { default as updateBookComponentTrackChangesMutation } from './updateTrackChanges' export { default as renameBookComponentMutation } from './renameBookComponent' export { default as uploadFileMutation } from './uploadFile' export { default as lockBookComponentMutation } from './lockBookComponent' export { default as unlockBookComponentMutation } from './unlockBookComponent' export { trackChangeSubscription, titleChangeSubscription, lockChangeSubscription, orderChangeSubscription, customTagsSubscription, } from './waxPubsweetSubscriptions'