chromium/third_party/blink/renderer/core/layout/custom/intrinsic_sizes_result_options.idl

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://drafts.css-houdini.org/css-layout-api/#dictdef-intrinsicsizesresultoptions

dictionary IntrinsicSizesResultOptions {
  double minContentSize = 0;
  double maxContentSize = 0;
};