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

interface HTMLPreElement : HTMLElement {



};