@thanksjs/react
Advanced tools
Comparing version 0.0.1-beta.0 to 0.0.1-beta.1
@@ -188,2 +188,13 @@ import type { FC } from 'react'; | ||
/** | ||
* a command available to the user. | ||
* opens Widget using current _thanks settings | ||
*/ | ||
openWidget?(): void; | ||
/** | ||
* callback on thanksAPI ready | ||
*/ | ||
onReady?(api: ThanksSharedConfiguration): void; | ||
@@ -190,0 +201,0 @@ }; |
{ | ||
"name": "@thanksjs/react", | ||
"version": "0.0.1-beta.0", | ||
"version": "0.0.1-beta.1", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
12700
209