UNPKG

svg-term

Version:

Share terminal sessions via SVG and CSS

7 lines 203 B
import * as React from 'react'; export interface FrameProps { offset: number; width: number; } export declare const Frame: React.FunctionComponent<FrameProps>; //# sourceMappingURL=Frame.d.ts.map