recent-notes/src/components/index.ts
saberzero1 77f65dd8da
feat(plugins): recent-notes as community plugin
Implement recent notes component with configurable sorting, date
formatting, and tag filtering. Uses direct imports from
@quartz-community/types instead of ambient declaration files.
2026-02-13 13:19:00 +01:00

2 lines
113 B
TypeScript

export { default as RecentNotes } from "./RecentNotes";
export type { RecentNotesOptions } from "./RecentNotes";