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
/
es
/
src
/
styled
/
marks.d.ts
4 lines
(3 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
export
declare
const
Bold
:
import
(
"styled-components"
).
StyledComponent
<
"strong"
,
any
, {},
never
>;
export
declare
const
Italic
:
import
(
"styled-components"
).
StyledComponent
<
"em"
,
any
, {},
never
>;
export
declare
const
Underline
:
import
(
"styled-components"
).
StyledComponent
<
"u"
,
any
, {},
never
>;