@keymanapp/common-types
Version:
Keyman Developer keyboard file types
21 lines • 746 B
TypeScript
export declare enum KeymanTarget {
any = "any",
windows = "windows",
macosx = "macosx",
linux = "linux",
web = "web",
iphone = "iphone",
ipad = "ipad",
androidphone = "androidphone",
androidtablet = "androidtablet",
mobile = "mobile",
desktop = "desktop",
tablet = "tablet"
}
export declare const AllKeymanTargets: KeymanTarget[], TouchKeymanTargets: KeymanTarget[], KMXKeymanTargets: KeymanTarget[], KMWKeymanTargets: KeymanTarget[], KeymanTargetsUsingKVK: KeymanTarget[], SKeymanTargetNames: {
[index: string]: string;
};
export declare function keymanTargetsFromString(targets: string, options?: {
expandTargets?: boolean;
}): KeymanTarget[];
//# sourceMappingURL=keyman-targets.d.ts.map