UNPKG

piral

Version:

The all-in-one piral package.

4 lines (3 loc) 392 B
import * as React from 'react'; import { PiralInstance, ComponentsState, ErrorComponentsState, LayoutBreakpoints } from 'piral-core'; export declare function createInstanceElement(instance?: PiralInstance, layout?: Partial<ComponentsState>, errors?: Partial<ErrorComponentsState>, dashboardPath?: string, piralChildren?: React.ReactNode, breakpoints?: LayoutBreakpoints): React.ReactElement;