mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
export interface SearchBoxElement extends HTMLElement {
|
|
getSearchboxStats(): unknown;
|
|
}
|