@skhemata/skhemata-faq
Version:
Skhemata FAQ Web Component. This web component provides website FAQ functionality with question and answer style of FAQ.
104 lines (103 loc) • 2.64 kB
TypeScript
import '../skhemata-faq.js';
declare const _default: {
title: string;
component: string;
argTypes: {
apiWordpress: {
name: string;
control: string;
table: {
category: string;
type: {
summary: string;
detail: string;
};
};
description: string;
};
faqPagePath: {
name: string;
table: {
category: string;
type: {
summary: string;
};
};
description: string;
};
navigate: {
name: string;
table: {
category: string;
type: {
summary: string;
detail: string;
};
};
description: string;
};
slug: {
name: string;
control: string;
table: {
category: string;
type: {
summary: string;
};
};
description: string;
};
skhemataFaqTextColor: {
name: string;
control: string;
description: string;
defaultValue: string;
table: {
category: string;
type: string;
};
};
skhemataFaqLinkColor: {
name: string;
control: string;
description: string;
defaultValue: string;
table: {
category: string;
type: string;
};
};
skhemataFaqPostBackButtonColor: {
name: string;
control: string;
description: string;
defaultValue: string;
table: {
category: string;
type: string;
};
};
skhemataFaqPostBackButtonBackgroundColor: {
name: string;
control: string;
description: string;
defaultValue: string;
table: {
category: string;
type: string;
};
};
skhemataFaqPostHeadingColor: {
name: string;
control: string;
description: string;
defaultValue: string;
table: {
category: string;
type: string;
};
};
};
};
export default _default;
export declare const Example: any;