UNPKG
vue-markdown-unified
Version:
latest (1.0.0)
1.0.0
Vue3 VNode to render markdown
vue-markdown-unified
/
dist
/
markdownContent.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
{
VueMarkdownOptions
}
from
"./types"
;
export
declare
function
markdownContent
(
content
:
string
,
options
:
VueMarkdownOptions
):
string
|
undefined
;