UNPKG
@antv/narrative-text-schema
Version:
latest (0.3.7)
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.3-beta.0
0.2.2
0.2.1
0.2.0
0.1.5
Json schema of narrative text visualization
@antv/narrative-text-schema
/
lib
/
tools
/
getVariables.d.ts
3 lines
(2 loc)
•
165 B
TypeScript
View Raw
1
2
3
import
{
EntityPhraseSpec
,
NarrativeTextSpec
}
from
'../schema'
;
export
declare
const
getVariableMap
:
(
spec
:
NarrativeTextSpec
) =>
Record
<
string
,
EntityPhraseSpec
>;