@databrainhq/plugin 0.11.29 → 0.11.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { DashboardProps } from './containers/Dashboard';
3
2
  import { MetricProps } from './containers/Metric';
4
- declare global {
5
- namespace JSX {
6
- interface CustomElements extends IntrinsicElements {
7
- Tag: any;
8
- 'dbn-dashboard': DashboardProps;
9
- 'dbn-metric': MetricProps;
10
- }
11
- }
12
- export interface DbnElements extends HTMLElement {
3
+ export declare namespace JSX {
4
+ interface IntrinsicElements {
5
+ Tag: any;
13
6
  'dbn-dashboard': DashboardProps;
14
7
  'dbn-metric': MetricProps;
15
8
  }