🏷️ Types export file configuration

This commit is contained in:
Paul Valerie GOMA 2025-07-30 01:42:17 +02:00
parent 1d5a3839c7
commit a066efea10

View File

@ -0,0 +1,16 @@
export type { default as IVAccordion } from '../accordion/IVAccordion.type';
export type { default as IVAlert } from '../alert/IVAlert.type';
export type { default as IVBadge } from '../badge/IVBadge.type';
export type { default as IVButton } from '../button/IVButton.type';
export type { default as IVButtonGroup } from '../button/IVButton.type';
export type { default as IVCheckbox } from '../checkbox/IVCheckbox.type';
export type { default as IVLink } from '../button/IVLink.type';
export type { default as IVFileUpload } from '../file/IVFileUpload.type';
export type { default as IVGroup } from '../group/IVGroup.type';
export type { default as IVHint } from '../hint/IVHint.type';
export type { default as IVInput } from '../input/IVInput.type';
export type { default as IVLabel } from '../label/IVLabel.type';
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';