Skip to content

Commit fffb810

Browse files
committed
feat(cdk/a11y): add TreeKeyManager to public a11y API
1 parent ff6a479 commit fffb810

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
@@ -9,6 +9,7 @@ export * from './aria-describer/aria-describer';
99
export * from './key-manager/activedescendant-key-manager';
1010
export * from './key-manager/focus-key-manager';
1111
export * from './key-manager/list-key-manager';
12+
export * from './key-manager/tree-key-manager';
1213
export * from './focus-trap/configurable-focus-trap';
1314
export * from './focus-trap/configurable-focus-trap-config';
1415
export * from './focus-trap/configurable-focus-trap-factory';

0 commit comments

Comments
 (0)