mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
no errs
This commit is contained in:
committed by
Aiden McClelland
parent
8b7c83aeea
commit
9d4b4d3adf
@@ -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