moved type definitions to a separate directory and fixed some documentations under utils/
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Types for gallery image entry data
|
* Type for gallery image entry data
|
||||||
* @module utils/galleryEntry
|
* @module utils/galleryEntry
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Types for PageTop component
|
* Type for PageTop component
|
||||||
* @module utils/pageTop
|
* @module utils/pageTop
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Types for QAndABox component
|
* Type for QAndABox component
|
||||||
* @module utils/qAndABox
|
* @module utils/qAndABox
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Reference in New Issue
Block a user