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.

86 lines (85 loc) 2.18 kB
import '../skhemata-blog.js'; import { ArgTypes, Story } from './argTypes.js'; declare const _default: { title: string; component: string; argTypes: { apiWordpress: { name: string; control: string; table: { category: string; type: { summary: string; detail: string; }; }; description: string; }; postsPerPage: { name: string; control: string; table: { category: string; type: { summary: string; }; }; description: string; }; pagerType: { name: string; control: string; table: { category: string; type: { summary: string; }; }; description: string; }; navigate: { name: string; table: { category: string; type: { summary: string; detail: string; }; }; description: string; }; skhemataBlogTextColor: { name: string; control: string; description: string; defaultValue: string; table: { category: string; type: string; }; }; skhemataBlogLinkColor: { name: string; control: string; description: string; defaultValue: string; table: { category: string; type: string; }; }; skhemataBlogListTitleColor: { name: string; control: string; description: string; defaultValue: string; table: { category: string; type: string; }; }; }; }; export default _default; export declare const Example: Story<ArgTypes>;