@atlaskit/renderer
Version:
Renderer component
10 lines (9 loc) • 387 B
TypeScript
/**
* Synchronous renderer node mapping for media nodes
*
* WARNING: This is an EXPERIMENTAL entry point and may change without notice in the future. Use it only at your own risk!
*
* Context: https://hello.atlassian.net/wiki/spaces/JIE/pages/5342146338 (Atlassian-internal)
*/
declare const nodeToReact: typeof import('../../react/nodes').nodeToReact;
export default nodeToReact;