@revealbi/ui-react
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@revealbi/ui-react", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"peerDependencies": { | ||
"@revealbi/ui": "^0.0.3" | ||
"@revealbi/ui": "^0.0.5" | ||
}, | ||
@@ -7,0 +7,0 @@ "module": "./index.esm.js", |
@@ -1,4 +0,4 @@ | ||
import { Dashboard, DashboardViewerOptions } from '@revealbi/ui'; | ||
import { DashboardViewerOptions } from '@revealbi/ui'; | ||
export interface DashboardViewerProps { | ||
dashboard?: string | Dashboard; | ||
dashboard?: string | unknown; | ||
options?: DashboardViewerOptions; | ||
@@ -5,0 +5,0 @@ } |
1265