UNPKG

slanted-gamedev-toolz

Version:

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

8 lines (7 loc) 246 B
import React from 'react'; export interface Props { cards?: any[]; timeTargets?: any[]; } export declare const IdleHistoryBoard: React.FC<Props>; export declare const calcReplicateCost: (lifeDuration: number, timeRate: number) => number;