Files
website/node_modules/@astropub/md/lib/component.d.ts
2024-05-06 17:15:30 -04:00

18 lines
171 B
TypeScript

export interface Props {
of: string
[name: string]: any
}
export var Markdown: {
(
props: Props
): any
Inline(
props: Props
): any
}
export default Markdown