Skip to content

Commit 9e18807

Browse files
committed
feat(cdk/a11y): add TreeKeyManager to public a11y API
1 parent c2de629 commit 9e18807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/a11y/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export * from './aria-describer/aria-reference';
1010
export * from './key-manager/activedescendant-key-manager';
1111
export * from './key-manager/focus-key-manager';
1212
export * from './key-manager/list-key-manager';
13+
export * from './key-manager/tree-key-manager';
1314
export * from './focus-trap/configurable-focus-trap';
1415
export * from './focus-trap/configurable-focus-trap-config';
1516
export * from './focus-trap/configurable-focus-trap-factory';

0 commit comments

Comments
 (0)