fix: typings

This commit is contained in:
Alexandr
2022-07-26 22:40:14 +03:00
parent e26bfbf3bd
commit a7ba76d263
3 changed files with 13 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ function getComponents() {
function getUtils() {
return [
{ text: 'Flowbite Themable', link: '/components/flowbiteThemable/flowbiteThemable.md' },
{ text: 'ToastProvider', link: '/components/toastProvider/toastProvider.md' },
{ text: 'Toast Provider', link: '/components/toastProvider/toastProvider.md' },
]
}

View File

@@ -178,4 +178,3 @@ import { Toast } from 'flowbite-vue'
<ToastIconExample />
---
<ToastProviderExample />