nativeButton

abstract var nativeButton: Boolean?(source)

If true, the component is expected to resolve to a native <button> element. When omitted, custom components inherit the default button semantics of the current wrapper. Set to true when a custom component resolves to a native <button>, or false when it resolves to a non-button host.