mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLProgressElement : HTMLElement {
|
|
|
|
|
|
|
|
};
|