We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2677a53 + 0239f99 commit 16bb9b6Copy full SHA for 16bb9b6
types/index.d.ts
@@ -1,2 +1,7 @@
1
+import { Plugin } from 'vue'
2
+
3
export * from './composables'
4
export * from './components/index'
5
6
+declare const VueDsfrPlugin: Plugin
7
+export default VueDsfrPlugin
0 commit comments