UNPKG

@maxlkatze/cms

Version:

A git based Nuxt Module CMS - zero effort, zero cost

5 lines (4 loc) 807 B
import { type ContentDefinition } from '../../../types/ContentTypes.js'; export declare const useKatzeText: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>; export declare const useKatzeRichText: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>; export declare const useKatzeImage: (options: ContentDefinition) => import("../../../types/ContentTypes").ContentValue | import("vue").Ref<import("../../../types/ContentTypes").ContentValue, import("../../../types/ContentTypes").ContentValue>;