UNPKG

98 BTypeScriptView Raw
1type InteractionState = void | null | 'active' | 'focus' | 'hover';
2
3export { InteractionState };