UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

7 lines 311 B
/** * Our components require a certain context that may or may not * be provided by the user application; this wrapper ensures * they can be used either way. */ export declare function externalizeComponent<T extends React.JSX.ElementType>(Component: T): T; //# sourceMappingURL=externalizeComponent.d.ts.map