Skip to content

Commit

Permalink
Merge pull request #1 from nulib/update-type-declarations
Browse files Browse the repository at this point in the history
Update type declarations.
  • Loading branch information
mathewjordan authored Apr 12, 2024
2 parents de6d47c + 7c8977a commit 0c68844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/use-markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ export interface UseMarkdownReturn {
html: string;
jsx: JSX.Element;
}

declare const useMarkdown: (markdown: UseMarkdownParams) => UseMarkdownReturn;

export default useMarkdown;

0 comments on commit 0c68844

Please sign in to comment.