From b63570b13005f76c5e259d1198a8eaa94996ca16 Mon Sep 17 00:00:00 2001 From: lukemojo <143453762+lukemojo@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:15:35 +0000 Subject: [PATCH] Add NoWrapTypography back into exports --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index 849300d5..3c12ce17 100644 --- a/src/index.ts +++ b/src/index.ts @@ -218,6 +218,10 @@ export { useColorMap, type UserAvatarProps } from "./UserAvatar"; +export { + default as NoWrapTypography, + type NoWrapTypographyProps +} from "./NoWrapTypography"; export { default as ModelButtonImage, type ModelButtonImageProps