mirror of
https://github.com/quartz-community/recent-notes.git
synced 2026-07-22 02:50:28 +00:00
16 lines
411 B
TypeScript
16 lines
411 B
TypeScript
export {
|
|
default as RecentNotes,
|
|
filterListedPages,
|
|
isTagPageSlug,
|
|
isFolderPageSlug,
|
|
resolveDefaultDateType,
|
|
withResolvedDateType,
|
|
} from "./components/RecentNotes";
|
|
export type { RecentNotesOptions } from "./components/RecentNotes";
|
|
|
|
// Re-export shared types from @quartz-community/types
|
|
export type {
|
|
QuartzComponent,
|
|
QuartzComponentProps,
|
|
StringResource,
|
|
} from "@quartz-community/types";
|