UNPKG

@intuitionrobotics/thunderstorm

Version:
11 lines (10 loc) 199 B
export type StringKey = string; export type Locale = string; export type LocaleDef = { locale: Locale; label: StringKey; icon: string; texts: { [k: string]: string; }; };