Adding support for mouse wheel events. cleaning up click handler to take functions
This commit is contained in:
parent
85451d24fb
commit
1961ac6249
6 changed files with 108 additions and 60 deletions
|
|
@ -36,6 +36,7 @@ export const _rt = {
|
|||
padding: (config: any) => ({ kind: 'padding', ...config }),
|
||||
positioned: (config: any) => ({ kind: 'positioned', ...config }),
|
||||
clickable: (config: any) => ({ kind: 'clickable', ...config }),
|
||||
scrollable: (config: any) => ({ kind: 'scrollable', ...config }),
|
||||
clip: (config: any) => ({ kind: 'clip', ...config }),
|
||||
opacity: (config: any) => ({ kind: 'opacity', ...config }),
|
||||
stateful: (config: any) => ({ kind: 'stateful', ...config }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue