@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
18 lines (17 loc) • 650 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { PropertyChangeToolProps } from './utils.js';
/**
* The props of the Italic tool component.
*/
export interface ItalicProps extends PropertyChangeToolProps {
}
/**
* The Italic tool component.
*/
export declare const Italic: React.FunctionComponent<ItalicProps>;