slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
13 lines • 403 B
TypeScript
import type React from "react";
import { type CSSProperties } from "react";
interface Props {
outlineColor?: string;
outlineThickness?: number;
cardBgColor: string;
textColor?: string;
cardCssOverride?: CSSProperties;
instructionCssOverride?: CSSProperties;
}
export declare const LoadGameInstruction: React.FC<Props>;
export {};
//# sourceMappingURL=LoadGameInstruction.d.ts.map