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