@dxtmisha/wiki 0.64.0 → 0.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ import { StorybookComponentsDescriptionItem } from '../../types/storybookTypes';
2
+ /**
3
+ * Descriptions for MenuCountry component properties
4
+ *
5
+ * Описания свойств компонента MenuCountry
6
+ */
7
+ export declare const wikiDescriptionsMenuCountry: StorybookComponentsDescriptionItem;
@@ -0,0 +1,3 @@
1
+ import { StorybookComponentsMdxItem } from '../../../types/storybookTypes';
2
+ /** MDX документация для компонента MenuCountry */
3
+ export declare const wikiMdxMenuCountry: StorybookComponentsMdxItem;
@@ -0,0 +1,7 @@
1
+ import { StorybookArgsToList } from '../../types/storybookTypes';
2
+ /**
3
+ * The wikiMenuCountry object contains descriptions of all properties for the MenuCountry component
4
+ *
5
+ * Объект wikiMenuCountry содержит описание всех свойств для компонента MenuCountry
6
+ */
7
+ export declare const wikiMenuCountry: StorybookArgsToList;