Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
8
node_modules/react-markdown/index.d.ts
generated
vendored
Normal file
8
node_modules/react-markdown/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export type AllowElement = import("./lib/index.js").AllowElement;
|
||||
export type Components = import("./lib/index.js").Components;
|
||||
export type ExtraProps = import("./lib/index.js").ExtraProps;
|
||||
export type HooksOptions = import("./lib/index.js").HooksOptions;
|
||||
export type Options = import("./lib/index.js").Options;
|
||||
export type UrlTransform = import("./lib/index.js").UrlTransform;
|
||||
export { MarkdownAsync, MarkdownHooks, Markdown as default, defaultUrlTransform } from "./lib/index.js";
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue