@atlaskit/popup
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @atlaskit/popup | ||
## 0.1.2 | ||
### Patch Changes | ||
- [patch][242dd7a06d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/242dd7a06d): | ||
Expose additional types | ||
## 0.1.1 | ||
@@ -4,0 +12,0 @@ |
import { Dispatch, SetStateAction, FC } from 'react'; | ||
import { Placement } from '@atlaskit/popper'; | ||
export declare type ReactRef = React.Ref<HTMLElement> | HTMLElement | null; | ||
declare type TriggerProps = { | ||
export declare type TriggerProps = { | ||
ref: any; | ||
@@ -10,3 +10,3 @@ 'aria-controls'?: string; | ||
}; | ||
declare type ContentProps = { | ||
export declare type ContentProps = { | ||
scheduleUpdate(): void; | ||
@@ -63,2 +63,1 @@ isOpen: boolean; | ||
}; | ||
export {}; |
{ | ||
"name": "@atlaskit/popup", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"sideEffects": false | ||
} |
import { Dispatch, SetStateAction, FC } from 'react'; | ||
import { Placement } from '@atlaskit/popper'; | ||
export declare type ReactRef = React.Ref<HTMLElement> | HTMLElement | null; | ||
declare type TriggerProps = { | ||
export declare type TriggerProps = { | ||
ref: any; | ||
@@ -10,3 +10,3 @@ 'aria-controls'?: string; | ||
}; | ||
declare type ContentProps = { | ||
export declare type ContentProps = { | ||
scheduleUpdate(): void; | ||
@@ -63,2 +63,1 @@ isOpen: boolean; | ||
}; | ||
export {}; |
{ | ||
"name": "@atlaskit/popup", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/popup", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Renders a portaled popup component in reference to a trigger.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@atlaskit/popup", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"sideEffects": false | ||
} |
45279
542