UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

20 lines (19 loc) 673 B
/** * DevExtreme (ui/form/ui.form.d.ts) * Version: 20.1.7 * Build date: Tue Aug 25 2020 * * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ /** Warning! This type is used for internal purposes. Do not import it directly. */ export interface ColCountResponsible { /** The count of columns for a large screen size. */ lg?: number; /** The count of columns for a middle-sized screen. */ md?: number; /** The count of columns for a small-sized screen. */ sm?: number; /** The count of columns for an extra small-sized screen. */ xs?: number; }