@squid-dev/cc-web-term
Version:
A ComputerCraft terminal for the internet
9 lines (8 loc) • 475 B
TypeScript
import { type FunctionalComponent } from "preact";
export declare const NoEntry: FunctionalComponent<unknown>;
export declare const Off: FunctionalComponent<unknown>;
export declare const On: FunctionalComponent<unknown>;
export declare const Camera: FunctionalComponent<unknown>;
export declare const Videocam: FunctionalComponent<unknown>;
export declare const VideocamRecording: FunctionalComponent<unknown>;
export declare const Fullscreen: FunctionalComponent<unknown>;