Skip to content

Commit 16bb9b6

Browse files
authored
Merge pull request #316 from dnum-mi/feat/add-type-for-plugin
feat: 🏷️ Ajoute le type pour l’export par défaut (le plugin)
2 parents 2677a53 + 0239f99 commit 16bb9b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
import { Plugin } from 'vue'
2+
13
export * from './composables'
24
export * from './components/index'
5+
6+
declare const VueDsfrPlugin: Plugin
7+
export default VueDsfrPlugin

0 commit comments

Comments
 (0)