UNPKG

l7note

Version:

Access your notion notes quick

4 lines (3 loc) 127 B
import { Note } from './Note.js'; declare const displayNotes: (noteList: Note[]) => Promise<void>; export { displayNotes };