consul/ui/packages/consul-ui/app/components/state-machine/index.hbs

13 lines
200 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
}}
{{yield
(hash
State=(component 'state' state=this.state)
dispatch=(action 'dispatch')
state=this.state
)
}}