@adaptabletools/adaptable
Version:
Powerful AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 331 B
TypeScript
import * as React from 'react';
import { ModuleViewPopupProps } from '../Components/SharedProps/ModuleViewPopupProps';
declare class ThemePopupComponent extends React.Component<ModuleViewPopupProps<ThemePopupComponent>, {}> {
render(): React.JSX.Element;
}
export declare let ThemePopup: typeof ThemePopupComponent;
export {};