@skhemata/skhemata-faq
Version:
Skhemata FAQ Web Component. This web component provides website FAQ functionality with question and answer style of FAQ.
18 lines (17 loc) • 385 B
TypeScript
export declare const translationEngDefault: {
SkhemataFaqPost: {
backToFaq: string;
tags: string;
categories: string;
};
SkhemataFaqList: {
showMoreButton: string;
};
SkhemataFaqSearch: {
searchPlaceholder: string;
};
SkhemataFaqCategories: {
categoriesTitle: string;
allCategories: string;
};
};