UNPKG

react-pico-8

Version:

Run PICO-8 game cartridges in React

12 lines (9 loc) 358 B
import React from 'react' type Nothing = Record<never, never> export declare const Controls: React.FC<Nothing> export declare const Reset: React.FC<Nothing> export declare const Pause: React.FC<Nothing> export declare const Sound: React.FC<Nothing> export declare const Carts: React.FC<Nothing> export declare const Fullscreen: React.FC<Nothing> export {}