UNPKG
@ui-tool/core
Version:
latest (13.0.1)
13.0.1
13.0.0
13.0.0-beta.20221225194321
13.0.0-beta.3
13.0.0-beta.2
13.0.0-beta.1
1.0.0-preview-001
gitlab.com/c4820/libraries/ui-tool-core
@ui-tool/core
/
models
/
implementations
/
spinners
/
delete-spinner-command.d.ts
8 lines
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ISpinnerCommand
}
from
'../../interfaces'
;
export
declare
class
DeleteSpinnerCommand
implements
ISpinnerCommand
{
readonly
kind
:
string
;
id
?:
string
;
containerId
:
string
;
constructor
(
containerId
:
string
,
id
?:
string
); }
//# sourceMappingURL=delete-spinner-command.d.ts.map