diff --git a/Sources/Slipstream/W3C/Elements/Forms/Button.swift b/Sources/Slipstream/W3C/Elements/Forms/Button.swift index 8ada1e0..c7a6e4b 100644 --- a/Sources/Slipstream/W3C/Elements/Forms/Button.swift +++ b/Sources/Slipstream/W3C/Elements/Forms/Button.swift @@ -4,25 +4,46 @@ import SwiftSoup /// /// - SeeAlso: W3C [button](https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element) specification. @available(iOS 17.0, macOS 14.0, *) -public struct Button: View where Content: View { +public struct Button