Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
feat(tooltip): introduce tooltip as a public component
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored and varl committed Apr 22, 2020
1 parent 4159c38 commit 158a322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export { SwitchGroupField } from './SwitchGroupField.js'
export { Tag } from './Tag.js'
export { TextArea } from './TextArea.js'
export { TextAreaField } from './TextAreaField.js'
export { Tooltip } from './Tooltip.js'

/* Select */
export { SingleSelect } from './SingleSelect.js'
Expand Down

0 comments on commit 158a322

Please sign in to comment.