mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
no errs
This commit is contained in:
committed by
Matt Hill
parent
512ad2af84
commit
c25857939d
@@ -8,7 +8,7 @@ import { PkgStatusRendering } from 'src/app/services/pkg-status-rendering.servic
|
||||
})
|
||||
export class StatusComponent {
|
||||
@Input() rendering: PkgStatusRendering
|
||||
@Input() size?: 'small' | 'medium' | 'large' | 'x-large' = 'large'
|
||||
@Input() size?: string
|
||||
@Input() style?: string = 'regular'
|
||||
@Input() weight?: string = 'normal'
|
||||
@Input() disconnected?: boolean = false
|
||||
|
||||
Reference in New Issue
Block a user