File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,12 @@ declare global {
124124 set url ( url : string ) ;
125125 }
126126
127+ interface WoltlabCoreToggleButtonElement extends HTMLElement {
128+ toggle ( ) : void ;
129+ get checked ( ) : boolean ;
130+ set checked ( checked : boolean ) ;
131+ }
132+
127133 interface HTMLElementTagNameMap {
128134 "fa-brand" : FaBrand ;
129135 "fa-icon" : FaIcon ;
@@ -132,9 +138,10 @@ declare global {
132138 "woltlab-core-date-time" : WoltlabCoreDateTime ;
133139 "woltlab-core-file" : WoltlabCoreFileElement ;
134140 "woltlab-core-file-upload" : WoltlabCoreFileUploadElement ;
141+ "woltlab-core-google-maps" : WoltlabCoreGoogleMapsElement ;
135142 "woltlab-core-loading-indicator" : WoltlabCoreLoadingIndicatorElement ;
136143 "woltlab-core-pagination" : WoltlabCorePaginationElement ;
137- "woltlab-core-google-maps" : WoltlabCoreGoogleMapsElement ;
138144 "woltlab-core-reaction-summary" : WoltlabCoreReactionSummaryElement ;
145+ "woltlab-core-toggle-button" : WoltlabCoreToggleButtonElement ;
139146 }
140147}
You can’t perform that action at this time.
0 commit comments