On this pageFunctions
Ui/Button
/** Renders an accessible button by building attribute groups and delegating layout to the consumer's `toView` callback. */
<ParentMessage>(config: ViewConfig<ParentMessage>): Html/** Attribute groups the button component provides to the consumer's `toView` callback. */
type ButtonAttributes = Readonly<{
button: ReadonlyArray<Attribute<ParentMessage>>
}>