UNPKG

@progress/kendo-react-buttons

Version:

All you need in React Button in one package: disabled/enabled states, built-in styles and more. KendoReact Buttons package

30 lines (29 loc) 715 B
/** * @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 n from "react"; import r from "prop-types"; const s = class s extends n.Component { /** * @hidden */ render() { return null; } }; s.propTypes = { text: r.string, icon: r.string, iconClass: r.string, imageUrl: r.string, disabled: r.bool, render: r.any }; let e = s; export { e as SplitButtonItem };