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.

130 lines (129 loc) 3.29 kB
import '../skhemata-blog.js'; import { ArgTypes, Story } from './argTypes'; 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; }; blogPagePath: { name: string; table: { category: string; type: { summary: string; }; }; description: string; }; slug: { 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; }; }; skhemataBlogCategoriesTextColor: { name: string; control: string; description: string; defaultValue: string; table: { category: string; type: string; }; }; skhemataBlogCategoriesBackgroundColor: { name: string; control: string; description: string; defaultValue: string; table: { category: string; type: string; }; }; }; parameters: { widgetCode: string; }; }; export default _default; export declare const Example: Story<ArgTypes>;