UNPKG
box-ui-elements-mlh
Version:
latest (2.0.0)
2.0.0
1.0.0
Box UI Elements
github.com/MaximeLhermite/box-ui-elements
MaximeLhermite/box-ui-elements
box-ui-elements-mlh
/
es
/
components
/
tooltip
/
index.js
4 lines
•
252 B
JavaScript
View Raw
1
2
3
4
// Need to import and re-export the type to be shared in another component.
// https://github.com/babel/babel-loader/issues/603#issuecomment-418472968
export
{
default
,
TooltipPosition
,
TooltipTheme
}
from
'./Tooltip'
;
//# sourceMappingURL=index.js.map