UNPKG

slanted-gamedev-toolz

Version:

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

15 lines 353 B
import type React from "react"; interface Props { label?: string; color?: string; onClick?: (arg?: any) => void; disabled?: boolean; isHidden?: boolean; highlight?: string; size?: number; width?: number; isGlow?: boolean; } export declare const HexBtn: React.FC<Props>; export {}; //# sourceMappingURL=HexBtn.d.ts.map