UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 188 B
import * as React from 'react'; interface LogoProps { style?: React.CSSProperties; } export declare const Logo: React.FunctionComponent<React.PropsWithChildren<LogoProps>>; export {};