slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
11 lines • 407 B
TypeScript
import type React from "react";
import type { LangCode, LocalizedLine } from "./langCodes";
export declare const getMenuText: (texts: LocalizedLine, langCode: LangCode) => string;
export interface Props {
hideTitle?: boolean;
size?: number;
fontColor?: string;
onSelect?: () => any;
}
export declare const LocalizationSelect: React.FC<Props>;
//# sourceMappingURL=LocalizationSelect.d.ts.map