UNPKG

contro-max

Version:

Game controls done in the best possible way!

7 lines (6 loc) 275 B
export declare const defaultBuildOptions: { triggerMethod: "object" | "function"; allowModifiers: boolean; keyTypeSuggestions: "keyOnly" | "withModifier" | "withTwoModifiers" | "withThreeModifiers"; }; export type CustomBuildOptions = typeof defaultBuildOptions;