@servicetitan/ko-bridge
Advanced tools
Comparing version 23.6.0 to 24.0.0
@@ -7,3 +7,3 @@ import { Component, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; | ||
} | ||
declare type KnockoutTemplate<T extends HTMLElement, P = {}> = ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>; | ||
type KnockoutTemplate<T extends HTMLElement, P = {}> = ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>; | ||
export declare class KnockoutComponent extends Component<KnockoutComponentProps> { | ||
@@ -10,0 +10,0 @@ static defaultProps: Partial<KnockoutComponentProps>; |
/// <reference types="knockout" /> | ||
declare type KO = typeof import('knockout'); | ||
type KO = typeof import('knockout'); | ||
export declare const koBindingHandlers: { | ||
@@ -4,0 +4,0 @@ reactUncontrolled: (ko: KO) => KnockoutBindingHandler; |
{ | ||
"name": "@servicetitan/ko-bridge", | ||
"version": "23.6.0", | ||
"version": "24.0.0", | ||
"description": "", | ||
@@ -41,3 +41,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge", | ||
}, | ||
"gitHead": "d7e765992dd65d46e2dca48c150bd611af6a034f" | ||
"gitHead": "7cd2407a9025cfb84bddbd1241eaa7fd40311cb8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47266
29
977