UNPKG

svg-term

Version:

Share terminal sessions via SVG and CSS

11 lines 375 B
import * as React from "react"; import { ColorInput } from "./color"; declare type RectProps = React.SVGProps<"rect">; export interface BackgroundProps { height: RectProps["height"]; width: RectProps["width"]; fill: ColorInput<never>; } export declare const Background: React.FunctionComponent<BackgroundProps>; export {}; //# sourceMappingURL=Background.d.ts.map