UNPKG

@devlander/hooks

Version:
7 lines (6 loc) 146 B
export interface UseOnClickByStyleOptions { className?: string; styleName?: string; onClick?: () => void; onPress?: () => void; }