Skip to content

Commit

Permalink
fix: add missing export to FocusTrapController (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jan 5, 2022
1 parent 4231a99 commit e9a57ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component-base/src/focus-trap-controller.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ReactiveController } from 'lit';
/**
* A controller for trapping focus within a DOM node.
*/
declare class FocusTrapController implements ReactiveController {
export class FocusTrapController implements ReactiveController {
constructor(node: HTMLElement);

hostConnected(): void;
Expand Down

0 comments on commit e9a57ba

Please sign in to comment.