Skip to content

Commit

Permalink
fix: export isMiniapp
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Aug 23, 2024
1 parent 70111ad commit 82c8540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bui-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export {
useDomCss,
} from './hooks';
export { default as isDev } from './isDev';
export { isMini, isWeapp, isAlipay } from './isMini';
export { isMini, isWeapp, isAlipay, isMiniapp } from './isMini';
export { default as setRef } from './setRef';
export { default as throttle } from './throttle';
export { default as toArray } from './toArray';
Expand Down

0 comments on commit 82c8540

Please sign in to comment.