mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 01:07:08 +08:00
5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
export { default as Footnotes } from "./footnotes";
|
|
export { default as Footnote } from "./footnote";
|
|
export type { FootnoteOptions } from "./footnote";
|
|
export { default as FootnoteReference } from "./reference";
|