UNPKG

thebe-react

Version:

React providers and components for thebe-core

5 lines (4 loc) 301 B
import React from 'react'; import type { IRenderMimeRegistry } from 'thebe-core'; export declare function ThebeRenderMimeRegistryProvider({ children }: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function useRenderMimeRegistry(): IRenderMimeRegistry | undefined;