astronotion
Version:
Library to make Astro sites with content from Notion
27 lines (26 loc) • 427 B
text/typescript
export type {
Block,
BlockMap,
Collection,
Decoration,
ExtendedRecordMap,
PageBlock,
// Supported content blocks
// Make sure these match filter-blocks
TextBlock,
BulletedListBlock,
NumberedListBlock,
HeaderBlock,
SubHeaderBlock,
SubSubHeaderBlock,
TodoBlock,
DividerBlock,
ColumnListBlock,
ColumnBlock,
QuoteBlock,
CodeBlock,
ImageBlock,
VideoBlock,
BookmarkBlock,
CalloutBlock,
} from "notion-types";