chore: expose all types in index.ts (#94)

This commit is contained in:
Sylvain Marroufin
2022-10-13 12:47:43 +02:00
committed by GitHub
parent de9596bfc4
commit 4515a1239b

View File

@@ -1,3 +1,5 @@
export * from './avatar'
export * from './clipboard'
export * from './toast'
export * from './command-palette'
export * from './popper'
export * from './toast'