@@ -75,9 +75,6 @@ export namespace Components {
75
75
76
76
interface AppSettings { }
77
77
interface AppSettingsAttributes extends StencilHTMLAttributes { }
78
-
79
- interface AppSignin { }
80
- interface AppSigninAttributes extends StencilHTMLAttributes { }
81
78
}
82
79
83
80
declare global {
@@ -90,7 +87,6 @@ declare global {
90
87
'AppPhotos' : Components . AppPhotos ;
91
88
'AppRoot' : Components . AppRoot ;
92
89
'AppSettings' : Components . AppSettings ;
93
- 'AppSignin' : Components . AppSignin ;
94
90
}
95
91
96
92
interface StencilIntrinsicElements {
@@ -102,7 +98,6 @@ declare global {
102
98
'app-photos' : Components . AppPhotosAttributes ;
103
99
'app-root' : Components . AppRootAttributes ;
104
100
'app-settings' : Components . AppSettingsAttributes ;
105
- 'app-signin' : Components . AppSigninAttributes ;
106
101
}
107
102
108
103
@@ -154,12 +149,6 @@ declare global {
154
149
new ( ) : HTMLAppSettingsElement ;
155
150
} ;
156
151
157
- interface HTMLAppSigninElement extends Components . AppSignin , HTMLStencilElement { }
158
- var HTMLAppSigninElement : {
159
- prototype : HTMLAppSigninElement ;
160
- new ( ) : HTMLAppSigninElement ;
161
- } ;
162
-
163
152
interface HTMLElementTagNameMap {
164
153
'block-img' : HTMLBlockImgElement
165
154
'filter-popover' : HTMLFilterPopoverElement
@@ -169,7 +158,6 @@ declare global {
169
158
'app-photos' : HTMLAppPhotosElement
170
159
'app-root' : HTMLAppRootElement
171
160
'app-settings' : HTMLAppSettingsElement
172
- 'app-signin' : HTMLAppSigninElement
173
161
}
174
162
175
163
interface ElementTagNameMap {
@@ -181,7 +169,6 @@ declare global {
181
169
'app-photos' : HTMLAppPhotosElement ;
182
170
'app-root' : HTMLAppRootElement ;
183
171
'app-settings' : HTMLAppSettingsElement ;
184
- 'app-signin' : HTMLAppSigninElement ;
185
172
}
186
173
187
174
0 commit comments