blob: 79c568f48b992ccb4e258cd417b2c0f5b4e416df [file] [log] [blame]
// Copyright (c) 2024, 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('CSSLayerBlockRule')
@staticInterop
class CSSLayerBlockRule implements CSSGroupingRule {}
extension CSSLayerBlockRuleExtension on CSSLayerBlockRule {
external String get name;
}
@JS('CSSLayerStatementRule')
@staticInterop
class CSSLayerStatementRule implements CSSRule {}
extension CSSLayerStatementRuleExtension on CSSLayerStatementRule {
external JSArray get nameList;
}