We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56e40c4 + 275fd5d commit 714b511Copy full SHA for 714b511
types/JSX.d.ts
@@ -47,7 +47,7 @@ type Booleanish = boolean | 'true' | 'false'
47
export interface Attributes<HTMLElementType = unknown> {
48
html?: string
49
source?: object
50
- bind?: any
+ bind?: NullstackClientContext['bind'] | string | number | boolean
51
debounce?: number
52
ref?: HTMLElementType | ((context?: Partial<NullstackClientContext>) => void) | NullstackClientContext['ref']
53
'data-'?: any
0 commit comments