UNPKG

@notdutzi/react-mosaic-component

Version:
4 lines (3 loc) 692 B
import React from 'react'; export declare const DEFAULT_CONTROLS_WITH_CREATION: (string | number | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal)[]; export declare const DEFAULT_CONTROLS_WITHOUT_CREATION: (string | number | {} | React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | React.ReactNodeArray | React.ReactPortal)[];