moved type definitions to a separate directory and fixed some documentations under utils/

This commit is contained in:
2024-11-17 18:06:59 +09:00
parent 1ab17242f7
commit 1c4947e4e3
11 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ import type { UseSeoMetaInput } from "@unhead/schema";
* ); * );
* @example * @example
* useSeoMeta(generateSeoMeta(data.articleName, data.articleDescription, data.articleCoverImage, "article")); * useSeoMeta(generateSeoMeta(data.articleName, data.articleDescription, data.articleCoverImage, "article"));
* @function
*/ */
export function generateSeoMeta( export function generateSeoMeta(
title: string, title: string,

View File

@@ -1,5 +1,5 @@
/** /**
* Types for gallery image entry data * Type for gallery image entry data
* @module utils/galleryEntry * @module utils/galleryEntry
*/ */

View File

@@ -1,5 +1,5 @@
/** /**
* Types for PageTop component * Type for PageTop component
* @module utils/pageTop * @module utils/pageTop
*/ */

View File

@@ -1,5 +1,5 @@
/** /**
* Types for QAndABox component * Type for QAndABox component
* @module utils/qAndABox * @module utils/qAndABox
*/ */