UNPKG

notion-block-renderer

Version:
9 lines (8 loc) 314 B
import NotionBlocks from "./components/NotionBlocks"; import NotionBlock from "./components/NotionBlock"; export * from "./types/types"; export * from "./utils"; export * from "./components/NotionBlock"; export * from "./components/CodeRenderer"; export { NotionBlocks, NotionBlock }; export default NotionBlocks;