UNPKG

@bernierllc/content-type-blog-post

Version:

Blog post content type with rich TipTap editor, SEO metadata, database storage, and web publishing

8 lines (7 loc) 241 B
export * from './types'; export * from './errors'; export * from './calculations'; export * from './slug'; export * from './seo'; export * from './BlogPostContentType'; export { BlogPostContentType as default } from './BlogPostContentType';