@progress/kendo-react-layout
Version:
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
22 lines (21 loc) • 604 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import * as t from "react";
const e = {
animation: !0,
expanded: !1,
mode: "overlay",
position: "start",
mini: !1,
dir: "ltr",
width: 240,
miniWidth: 50
}, o = t.createContext(e);
export {
o as DrawerContext
};