@0xsequence/design-system
Advanced tools
Comparing version 0.1.80 to 0.1.81
import { PropsWithChildren } from 'react'; | ||
interface TooltipProps { | ||
message: string | JSX.Element; | ||
align?: 'center' | 'end' | 'start'; | ||
delayDuration?: number; | ||
align?: 'center' | 'end' | 'start'; | ||
vOffset?: number; | ||
disabled?: boolean; | ||
hOffset?: number; | ||
message: string | JSX.Element; | ||
side?: 'top' | 'bottom'; | ||
vOffset?: number; | ||
} | ||
export declare const Tooltip: (props: PropsWithChildren<TooltipProps>) => JSX.Element; | ||
export {}; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "0.1.80", | ||
"version": "0.1.81", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2589524
247
42370