UNPKG

@syncfusion/ej2-react-layouts

Version:

A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React

38 lines (37 loc) 1.21 kB
import * as React from 'react'; import { DashboardLayout, DashboardLayoutModel } from '@syncfusion/ej2-layouts'; import { DefaultHtmlAttributes } from '@syncfusion/ej2-react-base'; /** * Represents the Essential JS 2 React DashboardLayout Component. * ```ts * <DashBoardLayoutComponent></DashBoardLayoutComponent> * ``` */ export declare class DashboardLayoutComponent extends DashboardLayout { state: Readonly<{ children?: React.ReactNode | React.ReactNode[]; }> & Readonly<DashboardLayoutModel | DefaultHtmlAttributes>; setState: any; private getDefaultAttributes; initRenderCalled: boolean; private checkInjectedModules; directivekeys: { [key: string]: Object; }; private statelessTemplateProps; private templateProps; private immediateRender; private isReactMock; props: Readonly<{ children?: React.ReactNode | React.ReactNode[]; }> & Readonly<DashboardLayoutModel | DefaultHtmlAttributes>; forceUpdate: (callBack?: () => any) => void; context: Object; portals: any; isReactComponent: Object; refs: { [key: string]: React.ReactInstance; }; constructor(props: any); render(): any; }