UNPKG

@react-md/utils

Version:
7 lines (6 loc) 289 B
/** * This is the current mode for how your user is interacting with your app. This * will be used to determine which type of state styles should be applied at the * time of interacting with an element on your page. */ export type UserInteractionMode = "keyboard" | "mouse" | "touch";