UNPKG
@cocalc/ansi-to-react
Version:
latest (7.0.0)
7.0.0
6.0.13
6.0.12
6.0.11
ANSI to React Elements
github.com/sagemathinc/ansi-to-react
sagemathinc/ansi-to-react
@cocalc/ansi-to-react
/
lib
/
index.d.ts
10 lines
(9 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/// <reference types="react" />
declare
interface
Props
{
children
?:
string
;
linkify
?:
boolean
;
className
?:
string
;
useClasses
?:
boolean
; }
export
default
function
Ansi
(
props
:
Props
):
JSX
.
Element
;
export
{};