mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
interface HTMLButtonElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString value;
|
|
|
|
}
|