File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1111test /
1212bin /
1313CHANGELOG.md
14+ src /
1415docs /
1516public /
1617coverage /
Original file line number Diff line number Diff line change 11import './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'
213
314export { TooltipController as Tooltip } from './components/TooltipController'
415export { 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