fix: 🐛 export the region wrapper

am silly
This commit is contained in:
joshistoast
2025-03-15 16:46:02 -06:00
committed by psychedelicious
parent 53bdaba7b6
commit 75c91604bb

View File

@@ -27,7 +27,7 @@ const FOCUS_REGION_STYLES: SystemStyleObject = {
},
};
const FocusRegionWrapper = memo(
export const FocusRegionWrapper = memo(
({ region, focusOnMount = false, sx, children, ...boxProps }: FocusRegionWrapperProps) => {
const shouldHighlightFocusedRegions = useAppSelector(selectSystemShouldEnableHighlightFocusedRegions);