diff --git a/src/index.ts b/src/index.ts index c36be7976..da746dc8a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -96,6 +96,7 @@ export { Tab } from "./Internals/Tabs" // Utils export { default as styled } from "./utils/styled" +export { expandColor } from "./utils/constants" // Hooks export * from "./useURLState"