UNPKG

@progress/kendo-react-layout

Version:

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

9 lines (8 loc) 898 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e=(r=>(r.TEXT="text",r.IMAGE="image",r.ICON="icon",r))(e||{}),t=(r=>(r.HORIZONTAL="horizontal",r.VERTICAL="vertical",r))(t||{}),n=(r=>(r.DEFAULT="default",r.primary="primary",r.INFO="info",r.SUCCESS="success",r.WARNING="warning",r.ERROR="error",r))(n||{}),E=(r=>(r.START="start",r.CENTER="center",r.END="end",r.STRETCHED="stretched",r))(E||{});exports.avatarType=e;exports.cardActionsLayout=E;exports.cardOrientation=t;exports.cardType=n;