tinky tinky / InputOptions Interface: InputOptions Options for useInput hook. Properties isActive? optional isActive?: boolean Enable or disable capturing of user input. Useful when there are multiple useInput hooks used at once to avoid handling same input. Default Value true;