Skip to content

Commit

Permalink
feat(): return helper isDescendant
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Dec 10, 2021
1 parent 1e88c3f commit 0c1b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export * from './types/color.types'
* Utils
*/
export * from './components/form/bal-select/utils/bal-option.util'
export { shallowReady, deepReady, wait, getAppRoot, componentOnReady } from './helpers/helpers'
export { shallowReady, deepReady, wait, getAppRoot, componentOnReady, isDescendant } from './helpers/helpers'

/**
* Controllers
Expand Down

0 comments on commit 0c1b8ca

Please sign in to comment.