@progress/kendo-react-layout
Version:
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
20 lines (19 loc) • 654 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import e from "prop-types";
const n = () => null;
n.propTypes = {
disabled: e.bool,
contentClassName: e.string,
children: e.oneOfType([e.element, e.node]),
title: e.oneOfType([e.string, e.element, e.node])
};
n.displayName = "TabStripTab";
export {
n as TabStripTab
};