UNPKG

@martin-hillford/markdown-ts-react

Version:

This is a React wrapper for the markdown-ts library. Please, see <https://github.com/martin-hillford/markdown-ts> for more information on the supported syntax.

4 lines (3 loc) 128 B
export declare const Video: (props: { url: string | null | undefined; }) => import("react/jsx-runtime").JSX.Element | null;