diff --git a/packages/ui-library/src/index.ts b/packages/ui-library/src/index.ts index 19b41aa8b..ddf55893f 100644 --- a/packages/ui-library/src/index.ts +++ b/packages/ui-library/src/index.ts @@ -4,3 +4,7 @@ export { BlrRadio } from './components/forms/radio/radio-input/index'; export { BlrTextInput } from './components/forms/text-input/index'; export { BlrTabBar } from './components/navigation/tab-bar/index'; export { BlrTextarea } from './components/forms/textarea/index'; + +export type { IconType } from '@boiler/icons/index'; + +export { IconMapping } from '@boiler/icons/index';