diff --git a/types/JSX.d.ts b/types/JSX.d.ts index da933d9..b8ff369 100644 --- a/types/JSX.d.ts +++ b/types/JSX.d.ts @@ -47,7 +47,7 @@ type Booleanish = boolean | 'true' | 'false' export interface Attributes { html?: string source?: object - bind?: any + bind?: NullstackClientContext['bind'] | string | number | boolean debounce?: number ref?: HTMLElementType | ((context?: Partial) => void) | NullstackClientContext['ref'] 'data-'?: any