Skip to content

Commit f21e8ef

Browse files
committed
fix(cdk/a11y): add ConfigurableFocusTrapConfig to the public API
- `ConfigurableFocusTrap` is already in the public API and it depends on this class - fix alphabetization of exports Relates to #18201. Relates to #22136.
1 parent 9f879b2 commit f21e8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cdk/a11y/public-api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ export * from './key-manager/activedescendant-key-manager';
1010
export * from './key-manager/focus-key-manager';
1111
export * from './key-manager/list-key-manager';
1212
export * from './focus-trap/configurable-focus-trap';
13+
export * from './focus-trap/configurable-focus-trap-config';
14+
export * from './focus-trap/configurable-focus-trap-factory';
1315
export * from './focus-trap/event-listener-inert-strategy';
1416
export * from './focus-trap/focus-trap';
15-
export * from './focus-trap/configurable-focus-trap-factory';
1617
export * from './focus-trap/focus-trap-inert-strategy';
1718
export * from './interactivity-checker/interactivity-checker';
1819
export * from './live-announcer/live-announcer';

0 commit comments

Comments
 (0)