UNPKG
@questionable-focus/stationery-cupboard
Version:
latest (0.1.0)
0.1.0
A collection of business document templates for React applications
@questionable-focus/stationery-cupboard
/
dist
/
utils
/
markdown.d.ts
9 lines
(8 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
"react"
;
import
{
Theme
}
from
"../themes"
;
interface
MarkdownRendererProps
{
content
:
string
;
theme
?:
Partial
<
Theme
>; }
export
declare
const
MarkdownRenderer
:
React
.
FC
<
MarkdownRendererProps
>;
export
{};