UNPKG
svg-term
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.3.1
1.3.0
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
Share terminal sessions via SVG and CSS
github.com/marionebl/svg-term
marionebl/svg-term
svg-term
/
lib
/
Frame.d.ts
7 lines
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
React
from
'react'
;
export
interface
FrameProps
{
offset
:
number
;
width
:
number
; }
export
declare
const
Frame
:
React
.
FunctionComponent
<
FrameProps
>;
//# sourceMappingURL=Frame.d.ts.map