@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
18 lines (17 loc) • 677 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 { ColorToolProps } from './utils.js';
/**
* The props of the BackgroundColor tool component.
*/
export interface BackgroundColorProps extends ColorToolProps {
}
/**
* The BackgroundColor tool component.
*/
export declare const BackgroundColor: React.FunctionComponent<BackgroundColorProps>;