Skip to content

Commit

Permalink
fix: use correct class name in confirm-dialog typings (#7926)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 3, 2024
1 parent 6acf0a8 commit 0482721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export declare function ConfirmDialogBaseMixin<T extends Constructor<HTMLElement
base: T,
): Constructor<ConfirmDialogBaseMixinClass> & T;

export declare class ConfirmDialogBaseMixin {
export declare class ConfirmDialogBaseMixinClass {
/**
* Set the `aria-label` attribute for assistive technologies like
* screen readers. An empty string value for this property (the
Expand Down

0 comments on commit 0482721

Please sign in to comment.