UNPKG

@skhemata/skhemata-blog

Version:

Skhemata Blog Web Component. This web component provides several sub components in addition to main component, allowing featured blogs, blog listing and blog post display.

21 lines (20 loc) 489 B
import '../skhemata-blog.js'; import { ArgTypes, Story } from './argTypes.js'; declare const _default: { title: string; component: string; argTypes: { blogPagePath: { name: string; table: { category: string; type: { summary: string; }; }; description: string; }; }; }; export default _default; export declare const Example: Story<ArgTypes>;