blob: 0c07ac03d7d27250877b3c114fd0fbbb2562be7f [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
//
// Generated from Web IDL definitions.
import 'dart:js_interop';
import 'cssom.dart';
@JS('CSSPositionFallbackRule')
@staticInterop
class CSSPositionFallbackRule implements CSSGroupingRule {}
extension CSSPositionFallbackRuleExtension on CSSPositionFallbackRule {
external String get name;
}
@JS('CSSTryRule')
@staticInterop
class CSSTryRule implements CSSRule {}
extension CSSTryRuleExtension on CSSTryRule {
external CSSStyleDeclaration get style;
}