fix(build): migrate smart config setup and align TypeScript compatibility updates
This commit is contained in:
@@ -57,9 +57,9 @@ export class SioDropdownMenu extends DeesElement {
|
||||
@state()
|
||||
private accessor isOpen: boolean = false;
|
||||
|
||||
private documentClickHandler: (e: MouseEvent) => void;
|
||||
private scrollHandler: () => void;
|
||||
private resizeHandler: () => void;
|
||||
private documentClickHandler!: (e: MouseEvent) => void;
|
||||
private scrollHandler!: () => void;
|
||||
private resizeHandler!: () => void;
|
||||
|
||||
public static styles = [
|
||||
cssManager.defaultStyles,
|
||||
|
||||
Reference in New Issue
Block a user