mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
appAutofocus currently doesn't work on the bit-search component. This PR resolves this issue by introducing a FocusableElement interface components can implement, which is respected by the autofocus directive.
3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
export * from "./input.module";
|
|
export * from "./autofocus.directive";
|