UNPKG

@progress/kendo-react-layout

Version:

React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package

31 lines (30 loc) 868 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ export declare enum avatarType { TEXT = "text", IMAGE = "image", ICON = "icon" } export declare enum cardOrientation { HORIZONTAL = "horizontal", VERTICAL = "vertical" } export declare enum cardType { DEFAULT = "default", primary = "primary", INFO = "info", SUCCESS = "success", WARNING = "warning", ERROR = "error" } export declare enum cardActionsLayout { START = "start", CENTER = "center", END = "end", STRETCHED = "stretched" }