UNPKG
ansi-to-react
Version:
latest (6.2.6)
prerelease (6.0.5-alpha.0)
6.2.6
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.10
6.0.8
6.0.7
6.0.6
6.0.5
6.0.5-alpha.0
6.0.4-alpha.0
6.0.3
6.0.3-alpha.0
6.0.2-alpha.0
6.0.1-alpha.0
6.0.0
5.1.4-alpha.0
5.1.3-alpha.0
5.1.2-alpha.0
5.1.1
5.1.1-alpha.0
5.1.0
5.0.0
4.0.4
4.0.4-alpha.0
4.0.3-alpha.0
4.0.2-alpha.0
4.0.0-alpha.0
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
0.0.0
ANSI to React Elements
github.com/nteract/ansi-to-react
nteract/ansi-to-react
ansi-to-react
/
lib
/
index.d.ts
10 lines
(9 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
React
from
"react"
;
declare
interface
Props
{
children
?:
string
;
linkify
?:
boolean
|
"fuzzy"
;
className
?:
string
;
useClasses
?:
boolean
; }
export
default
function
Ansi
(
props
:
Props
):
React
.
ReactElement
;
export
{};