react-application-core
Version:
A react-based application core for the business applications.
11 lines (10 loc) • 368 B
TypeScript
/// <reference types="react" />
import { EnhancedGenericComponent } from '../../base/enhanced-generic.component';
import { IFlexLayoutProps } from '../../../definition';
export declare class FlexLayout extends EnhancedGenericComponent<IFlexLayoutProps> {
/**
* @stable [11.09.2019]
* @returns {JSX.Element}
*/
render(): JSX.Element;
}