UNPKG

slanted-gamedev-toolz

Version:

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

13 lines 456 B
import type React from "react"; import { type CSSProperties } from "react"; export interface Props { cardBgColor?: string; defaultData: Record<string, any>; hideUi?: boolean; showInstructions?: boolean; cardCssOverride?: CSSProperties; btnCssOverride?: CSSProperties; instructionCssOverride?: CSSProperties; } export declare const ImportExportLocalStorage: React.FC<Props>; //# sourceMappingURL=ImportExportLocalStorage.d.ts.map