From 5a5bc1d26145e24571b19a86bcec5f697c5e7a89 Mon Sep 17 00:00:00 2001 From: lukemojo <143453762+lukemojo@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:03:37 +0000 Subject: [PATCH] Add NoWrapTypography back into exports (#1037) --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.ts b/src/index.ts index 849300d5a..3c12ce175 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