Skip to content

DecoratorButton

DecoratorButton = object

Defined in: use-decorator-button.ts:145

send: (event) => void

Defined in: use-decorator-button.ts:157

DecoratorButtonEvent

void


snapshot: object

Defined in: use-decorator-button.ts:146

matches: (state) => boolean

"disabled" | "enabled" | { disabled: "inactive"; } | { disabled: "active"; } | { enabled: "inactive"; } | { enabled: "active"; }

boolean