added subdivision to utils documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Types for DropDown component
|
* Types for DropDown component
|
||||||
* @module utils/dropDown
|
* @module utils/types/dropDown
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for gallery image entry data
|
* Type for gallery image entry data
|
||||||
* @module utils/galleryEntry
|
* @module utils/types/galleryEntry
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for HamburgerMenu component
|
* Type for HamburgerMenu component
|
||||||
* @module utils/hamburgerMenu
|
* @module utils/types/hamburgerMenu
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { DropDownEntry } from "./dropDown";
|
import type { DropDownEntry } from "./dropDown";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for LinkCard component
|
* Type for LinkCard component
|
||||||
* @module utils/linkCard
|
* @module utils/types/linkCard
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Types for news data
|
* Types for news data
|
||||||
* @module utils/news
|
* @module utils/types/news
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for NewsCard component
|
* Type for NewsCard component
|
||||||
* @module utils/newsCard
|
* @module utils/types/newsCard
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { NewsEntry } from "./news";
|
import type { NewsEntry } from "./news";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for PageTop component
|
* Type for PageTop component
|
||||||
* @module utils/pageTop
|
* @module utils/types/pageTop
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for PankuzuList component
|
* Type for PankuzuList component
|
||||||
* @module utils/pankuzuList
|
* @module utils/types/pankuzuList
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Type for QAndABox component
|
* Type for QAndABox component
|
||||||
* @module utils/qAndABox
|
* @module utils/types/qAndABox
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Types for Slide component
|
* Types for Slide component
|
||||||
* @module utils/slide.ts
|
* @module utils/types/slide.ts
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user