From b2a353f109770e464c8ca7aa04ebb534e24752f3 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Wed, 30 Jul 2025 10:50:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Types=20export=20fil?= =?UTF-8?q?e=20configuration=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/interface/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/interface/index.ts b/src/components/interface/index.ts index 2054a82..4c1f4a6 100644 --- a/src/components/interface/index.ts +++ b/src/components/interface/index.ts @@ -14,3 +14,5 @@ export type { default as IVMessage } from '../message/IVMessage.type'; export type { default as IVModal } from '../modal/IVModal.type'; export type { default as IVProgressBar } from '../progressbar/IVProgressBar.type'; export type { default as IVSelect } from '../select/IVSelect.type'; +export type { default as IVMenuBar } from '../menu/IVMenuBar.type'; +export type { default as IVMenuBarItem } from '../menu/IVMenuBar.type';