mirror of
https://github.com/quartz-community/reader-mode.git
synced 2026-07-22 02:50:23 +00:00
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
export { default as ReaderMode } from "./components/ReaderMode";
|
|
|
|
// Re-export shared types from @quartz-community/types
|
|
export type {
|
|
QuartzComponent,
|
|
QuartzComponentProps,
|
|
StringResource,
|
|
} from "@quartz-community/types";
|