Skip to content

Commit

Permalink
use a better type
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed May 14, 2024
1 parent fd88f55 commit 91cdbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class Tonic<T = {}> extends HTMLElement {
static _normalizeAttrs(o: any, x?: {}): {};
static match(el:any, s:any):any;
static getTagName(camelName:string):string;
static get tag():string;
static get tag():`${string}-${string}`;
static getPropertyNames(proto:any):string[];
/**
* Add a component
Expand Down

0 comments on commit 91cdbef

Please sign in to comment.