diff --git a/typescript/core/ob.ts b/typescript/core/ob.ts index 5279babe7..16ce71024 100644 --- a/typescript/core/ob.ts +++ b/typescript/core/ob.ts @@ -1,7 +1,7 @@ export interface _OB { props: Props | ((config: T) => Props & T); - options: Props; + options: this["props"]; events?: { [eventName: string]: Function[];