UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

14 lines (13 loc) 437 B
import * as React from 'react'; import { ReactNode } from 'react'; export type IconProps = { size?: number | string; children?: ReactNode; name?: string; tabIndex?: number; style?: React.CSSProperties; color?: string; }; export declare const getSize: (size: number) => number; declare const _default: ({ children, size, name, tabIndex, color, ...props }: IconProps) => React.JSX.Element; export default _default;