File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-markdown-typewriter" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " React Markdown component where Typewriter effect with motion has been added." ,
5
5
"main" : " ./dist/index.cjs" ,
6
6
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
export { default as MarkdownTypewriter } from "./MarkdownTypewriter" ;
2
2
export { default as MarkdownTypewriterAsync } from "./MarkdownTypewriterAsync" ;
3
+ export { default as MarkdownTypewriterHooks } from "./MarkdownTypewriterHooks" ;
Original file line number Diff line number Diff line change 1
- export { default as MarkdownTypewriterProps } from "./MarkdownTypewriterProps" ;
1
+ export { MarkdownTypewriterHooksProps , default as MarkdownTypewriterProps } from "./MarkdownTypewriterProps" ;
2
+
You can’t perform that action at this time.
0 commit comments