expose render NP
This commit is contained in:
parent
c761878cd1
commit
0ce52411ad
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "2.5.2",
|
"version": "2.5.3",
|
||||||
"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",
|
||||||
|
|
|
@ -132,6 +132,9 @@ import {
|
||||||
import {
|
import {
|
||||||
renderVP,
|
renderVP,
|
||||||
} from "./lib/phrase-building/render-vp";
|
} from "./lib/phrase-building/render-vp";
|
||||||
|
import {
|
||||||
|
renderNPSelection,
|
||||||
|
} from "./lib/phrase-building/render-np";
|
||||||
import {
|
import {
|
||||||
compileEP,
|
compileEP,
|
||||||
compileVP,
|
compileVP,
|
||||||
|
@ -209,6 +212,7 @@ export {
|
||||||
isSecondPerson,
|
isSecondPerson,
|
||||||
isThirdPerson,
|
isThirdPerson,
|
||||||
psJSXMap,
|
psJSXMap,
|
||||||
|
renderNPSelection,
|
||||||
// protobuf helpers
|
// protobuf helpers
|
||||||
readDictionary,
|
readDictionary,
|
||||||
writeDictionary,
|
writeDictionary,
|
||||||
|
|
Loading…
Reference in New Issue