@equinor/fusion-components
Advanced tools
Comparing version 0.0.21 to 0.0.22
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, placement?: "below" | "above" | "left" | "right", delay?: number | undefined) => React.MutableRefObject<any>; | ||
export default _default; |
{ | ||
"name": "@equinor/fusion-components", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137504