diff --git a/packages/react-md/src/index.ts b/packages/react-md/src/index.ts index 04f106fa10..5ed325eb91 100644 --- a/packages/react-md/src/index.ts +++ b/packages/react-md/src/index.ts @@ -360,6 +360,7 @@ export * from "@react-md/core/useLocalStorage"; export * from "@react-md/core/useMutationObserver"; export * from "@react-md/core/useOrientation"; export * from "@react-md/core/usePageInactive"; +export * from "@react-md/core/useReadonlySet"; export * from "@react-md/core/useResizeListener"; export * from "@react-md/core/useResizeObserver"; export * from "@react-md/core/useThrottledFunction";