UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 295 B
import React from 'react'; import { MarkdownStyled } from "./index.styled"; export declare const parseMarkdown: (str?: string) => string; declare const Markdown: ({ children, className, ...restProps }: React.ComponentProps<typeof MarkdownStyled>) => React.JSX.Element; export { Markdown };