Commit dcf43c2 1 parent 5f3eb96 commit dcf43c2 Copy full SHA for dcf43c2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ declare module '@rocket.chat/fuselage' {
232
232
variant ?: 'neutral' | 'info' | 'success' | 'warning' | 'danger' ;
233
233
onAction ?: ( ) => void ;
234
234
onClose ?: ( ) => void ;
235
- } & AllHTMLAttributes < HTMLSectionElement > ;
235
+ } & AllHTMLAttributes < HTMLElement > ;
236
236
export const Banner : FC < BannerProps > ;
237
237
238
238
type ButtonProps = BoxProps & {
@@ -470,6 +470,6 @@ declare module '@rocket.chat/fuselage' {
470
470
type StatusBulletProps = {
471
471
status ?: 'loading' | 'online' | 'busy' | 'away' | 'offline' ;
472
472
size ?: 'small' | 'large' ;
473
- } & Omit < AllHTMLAttributes < HTMLSpanElement > , 'size' > ;
473
+ } & Omit < AllHTMLAttributes < HTMLElement > , 'size' > ;
474
474
export const StatusBullet : FC < StatusBulletProps > ;
475
475
}
You can’t perform that action at this time.
0 commit comments