UNPKG

rmc-feedback

Version:

:active pseudo-class with react for mobile

10 lines (9 loc) 184 B
export interface ITouchProps { disabled?: boolean; activeClassName?: string; activeStyle?: any; children?: any; } export interface ITouchState { active: boolean; }