slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
10 lines • 381 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;
}
export declare const LocalizationSelect: React.FC<Props>;
//# sourceMappingURL=LocalizationSelect.d.ts.map