@skhemata/skhemata-faq
Version:
Skhemata FAQ Web Component. This web component provides website FAQ functionality with question and answer style of FAQ.
20 lines (19 loc) • 426 B
TypeScript
import '../skhemata-faq.js';
declare const _default: {
title: string;
component: string;
argTypes: {
faqPagePath: {
name: string;
table: {
category: string;
type: {
summary: string;
};
};
description: string;
};
};
};
export default _default;
export declare const Example: any;