diff --git a/components.d.ts b/components.d.ts new file mode 100644 index 0000000..21131dd --- /dev/null +++ b/components.d.ts @@ -0,0 +1,12 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + BButton: typeof import('bootstrap-vue-next')['BButton'] + } +}