mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 18:28:17 +08:00
8 lines
518 B
TypeScript
8 lines
518 B
TypeScript
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
|