5 lines
165 B
Text
5 lines
165 B
Text
|
|
// https://drafts.css-houdini.org/css-typed-om-1/#cssimagevalue
|
||
|
|
[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
|
||
|
|
interface CSSImageValue : CSSStyleValue {
|
||
|
|
};
|