@react-email/markdown
Advanced tools
Comparing version 0.0.12-canary.0 to 0.0.12
import { StylesType } from 'md-to-react-email'; | ||
import * as React from 'react'; | ||
interface MarkdownProps { | ||
type MarkdownProps = Readonly<{ | ||
children: string; | ||
markdownCustomStyles?: StylesType; | ||
markdownContainerStyles?: React.CSSProperties; | ||
} | ||
declare const Markdown: React.ForwardRefExoticComponent<Readonly<MarkdownProps> & React.RefAttributes<HTMLDivElement>>; | ||
}>; | ||
declare const Markdown: React.ForwardRefExoticComponent<Readonly<{ | ||
children: string; | ||
markdownCustomStyles?: StylesType | undefined; | ||
markdownContainerStyles?: React.CSSProperties | undefined; | ||
}> & React.RefAttributes<HTMLDivElement>>; | ||
export { Markdown, MarkdownProps }; |
{ | ||
"name": "@react-email/markdown", | ||
"version": "0.0.12-canary.0", | ||
"version": "0.0.12", | ||
"description": "Convert Markdown to valid React Email template code.", | ||
@@ -45,5 +45,4 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@babel/preset-react": "7.23.3", | ||
"typescript": "5.1.6", | ||
"@react-email/render": "0.0.18-canary.0", | ||
"@react-email/render": "1.0.0", | ||
"eslint-config-custom": "0.0.0", | ||
@@ -50,0 +49,0 @@ "tsconfig": "0.0.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12998
4
160