UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

5 lines 143 B
import type React from "react"; export interface Props { } export declare const Example: React.FC<Props>; //# sourceMappingURL=Example.d.ts.map