diff --git a/common/changes/@itwin/imodel-browser-react/mn-export-base-card_2026-08-18-12-25.json b/common/changes/@itwin/imodel-browser-react/mn-export-base-card_2026-08-18-12-25.json new file mode 100644 index 00000000..c85fe5c9 --- /dev/null +++ b/common/changes/@itwin/imodel-browser-react/mn-export-base-card_2026-08-18-12-25.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/imodel-browser-react", + "comment": "export BaseCard and BaseCardProps", + "type": "patch" + } + ], + "packageName": "@itwin/imodel-browser-react" +} \ No newline at end of file diff --git a/packages/modules/imodel-browser/src/mui/index.ts b/packages/modules/imodel-browser/src/mui/index.ts index 0402e731..455d4749 100644 --- a/packages/modules/imodel-browser/src/mui/index.ts +++ b/packages/modules/imodel-browser/src/mui/index.ts @@ -45,6 +45,8 @@ export { type BaseCardLoadingProps as IModelGhostTileProps, } from "./components/baseCard/BaseCardLoading"; +export { BaseCard, type BaseCardProps } from "./components/baseCard/BaseCard"; + export type { MoreActionsMenuItemMUI as MoreActionsMenuItem } from "../utils/_buildMenuOptions"; export type { CardActionsItemMUI as CardActionsItem } from "../utils/_buildMenuOptions"; export { ThumbnailIconButton } from "./components/baseCard/ThumbnailIconButton";