File tree 2 files changed +23
-0
lines changed 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11
11
test /
12
12
bin /
13
13
CHANGELOG.md
14
+ src /
14
15
docs /
15
16
public /
16
17
coverage /
Original file line number Diff line number Diff line change 1
1
import './tokens.css'
2
+ import type {
3
+ ChildrenType ,
4
+ DataAttribute ,
5
+ EventsType ,
6
+ PlacesType ,
7
+ PositionStrategy ,
8
+ VariantType ,
9
+ WrapperType ,
10
+ } from './components/Tooltip/TooltipTypes'
11
+ import type { ITooltipController } from './components/TooltipController/TooltipControllerTypes'
12
+ import type { ITooltipWrapper } from './components/TooltipProvider/TooltipProviderTypes'
2
13
3
14
export { TooltipController as Tooltip } from './components/TooltipController'
4
15
export { TooltipProvider , TooltipWrapper } from './components/TooltipProvider'
16
+ export type {
17
+ ChildrenType ,
18
+ DataAttribute ,
19
+ EventsType ,
20
+ PlacesType ,
21
+ PositionStrategy ,
22
+ VariantType ,
23
+ WrapperType ,
24
+ ITooltipController as ITooltip ,
25
+ ITooltipWrapper ,
26
+ }
You can’t perform that action at this time.
0 commit comments