Skip to content

Commit 318fb44

Browse files
committed
fix(ui-utils): fix 'no matching export' build error
This seems to occur rarely with e.g. Vite 2 INSTUI-4470
1 parent 70b55c3 commit 318fb44

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/ui-utils/src/index.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ export { within } from './within'
3737
export { camelize } from './camelize'
3838
export { pascalize } from './pascalize'
3939
export { isBaseTheme } from './isBaseTheme'
40-
export * from './getBrowser'
40+
export {
41+
getBrowser,
42+
isSafari,
43+
isEdge,
44+
isIE,
45+
isFirefox,
46+
isChromium,
47+
isAndroidOrIOS
48+
} from './getBrowser'

0 commit comments

Comments
 (0)