summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLPictureElement.idl
blob: 5b6ecb335a3888c6440856526d3850b65e3a21d5 (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLPictureElement : HTMLElement {



};