ladybird/Libraries/LibWeb/CSS/CSSImageValue.idl

7 lines
198 B
Text
Raw Normal View History

#import <CSS/CSSStyleValue.idl>
// https://drafts.css-houdini.org/css-typed-om-1/#cssimagevalue
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSImageValue : CSSStyleValue {
};