@progress/kendo-react-spreadsheet
Version:
KendoReact Spreadsheet package
19 lines (18 loc) • 690 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 { DropDownToolProps } from './utils.js';
import * as React from 'react';
/**
* The props of the FontFamily tool component.
*/
export interface FontFamilyProps extends DropDownToolProps {
}
/**
* The FontFamily tool component.
*/
export declare const FontFamily: React.FunctionComponent<FontFamilyProps>;