block utils export
This commit is contained in:
parent
3a0aeea6e4
commit
91fe08f33d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "3.7.4",
|
||||
"version": "3.7.5",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -169,6 +169,7 @@ import * as typePredicates from "./lib/type-predicates";
|
|||
import APPicker from "./components/ap-picker/APPicker";
|
||||
import VPDisplay from "./components/vp-explorer/VPDisplay";
|
||||
import VPPicker from "./components/vp-explorer/VPPicker";
|
||||
import * as blockUtils from "./lib/phrase-building/blocks-utils";
|
||||
|
||||
export {
|
||||
// FUNCTIONS
|
||||
|
@ -245,6 +246,7 @@ export {
|
|||
roleIcon,
|
||||
vpsReducer,
|
||||
makeVPSelectionState,
|
||||
blockUtils,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue