Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit b2ae877

Browse files
committed
chore(index): add helpers to index.ts
1 parent a89c16b commit b2ae877

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export {
4343
isResourceEnabled,
4444
isStreamlinedEnabled,
4545
getResouceSelectedCode,
46-
getResourceTypes
46+
getResourceTypes,
47+
mergeAccessibilityGroups,
48+
resetAccessibilityGroups
4749
} from "./Accessibility/AccessibilityModels";
4850
export {
4951
ItemAccessibilityModalProps,

0 commit comments

Comments
 (0)