fix(components): export `tooltip` (#528)
This commit is contained in:
parent
c655c24007
commit
148a953a7d
|
@ -28,6 +28,7 @@ export * from './tag'
|
|||
export * from './text'
|
||||
export * from './toast'
|
||||
export * from './tokens'
|
||||
export * from './tooltip'
|
||||
export * from './user-list'
|
||||
// eslint-disable-next-line simple-import-sort/exports
|
||||
export { config } from './tamagui.config'
|
||||
|
|
Loading…
Reference in New Issue