File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/components/real-button Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3737 "vite-plugin-pwa" : " ^0.21.1"
3838 },
3939 "engines" : {
40- "node" : " 22 >= "
40+ "node" : " >= 22 "
4141 }
4242}
Original file line number Diff line number Diff line change 1- import { createUniqueId } from 'solid-js'
1+ import { createUniqueId , JSX } from 'solid-js'
22import { Meta , StoryObj } from 'storybook-solidjs'
33import {
44 ELEMENT_IDENTIFIER_GLOBAL_TOUCH ,
55 useGlobalDown ,
66 useGlobalTouchEmitter ,
77} from './use-global-touch'
88
9- const UseGlobalTouch = ( props ) => {
9+ export interface UseGlobalTouchProps extends JSX . HTMLAttributes < HTMLButtonElement > { }
10+
11+ const UseGlobalTouch = ( props : UseGlobalTouchProps ) => {
1012 const id = createUniqueId ( )
1113 const isDown = useGlobalDown ( id )
1214
Original file line number Diff line number Diff line change 110110 "vue-router" : " ^4.5.0"
111111 },
112112 "engines" : {
113- "node" : " >= 16 " ,
113+ "node" : " >= 22 " ,
114114 "pnpm" : " >= 6.17"
115115 },
116116 "pnpm" : {
You can’t perform that action at this time.
0 commit comments