UNPKG
@antv/narrative-text-vis
Version:
latest (0.3.16)
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
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.6
0.2.6-beta.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.8
0.1.7
0.1.6
0.1.6-alpha.10
0.1.6-alpha.9
0.1.6-alpha.8
0.1.6-alpha.7
0.1.6-alpha.6
0.1.6-alpha.5
0.1.6-alpha.4
0.1.6-alpha.3
0.1.6-alpha.2
0.1.6-alpha.1
0.1.6-alpha.0
0.1.5
0.1.3
0.1.2
0.1.2-alpha.0
0.1.1
React component of interactive narrative text
@antv/narrative-text-vis
/
dist
/
src
/
chore
/
plugin
/
createCustomPhraseFactory.d.ts
3 lines
(2 loc)
•
243 B
TypeScript
View Raw
1
2
3
import
{
PhraseDescriptor
,
CustomPhraseDescriptor
}
from
'./plugin-protocol.type'
;
export
declare
const
createCustomPhraseFactory
: <
MetaData
=
any
>
(
descriptor
:
Omit
<
CustomPhraseDescriptor
<
MetaData
>,
"isEntity"
>
) =>
PhraseDescriptor
<
MetaData
>;