@equinor/fusion-components
Advanced tools
Comparing version 0.1.51 to 0.1.52
import * as React from 'react'; | ||
export declare type TooltipPlacement = 'below' | 'above' | 'left' | 'right'; | ||
declare const _default: (content: String, placement?: TooltipPlacement, delay?: number | undefined) => React.MutableRefObject<any>; | ||
declare const _default: (content: string | number | boolean | {} | String | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal | null | undefined, placement?: TooltipPlacement, delay?: number | undefined) => React.MutableRefObject<any>; | ||
export default _default; |
{ | ||
"name": "@equinor/fusion-components", | ||
"version": "0.1.51", | ||
"version": "0.1.52", | ||
"description": "Common react components used by fusion core and fusion apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
406319
2071