Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM CSSNumericValue.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_CSSNUMERICVALUEBINDINGFWD_H_
#define DOM_CSSNUMERICVALUEBINDINGFWD_H_
namespace mozilla {
namespace dom {
class DoubleOrCSSNumericValue;
class OwningDoubleOrCSSNumericValue;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using CSSNumberish = DoubleOrCSSNumericValue;
using OwningCSSNumberish = OwningDoubleOrCSSNumericValue;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct CSSNumericType;
class CSSNumericValue;
} // namespace dom
} // namespace mozilla
#endif // DOM_CSSNUMERICVALUEBINDINGFWD_H_