@prismicio/mock
Version:
Generate mock Prismic documents, fields, Slices, and models for development and testing environments
57 lines (56 loc) • 2.15 kB
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
import { boolean } from "./boolean.js";
import { timestamp } from "./timestamp.js";
import { customType } from "./customType.js";
import { color } from "./color.js";
import { contentRelationship } from "./contentRelationship.js";
import { date } from "./date.js";
import { embed } from "./embed.js";
import { geoPoint } from "./geoPoint.js";
import { group } from "./group.js";
import { image } from "./image.js";
import { integration } from "./integration.js";
import { keyText } from "./keyText.js";
import { linkToMedia } from "./linkToMedia.js";
import { link } from "./link.js";
import { number } from "./number.js";
import { richText } from "./richText/index.js";
import { select } from "./select.js";
import { slice } from "./slice.js";
import { sharedSliceVariation } from "./sharedSliceVariation.js";
import { sharedSlice } from "./sharedSlice.js";
import { sliceZone } from "./sliceZone.js";
import { title } from "./title.js";
import { uid } from "./uid.js";
import { table } from "./table.js";
//#region src/value/index.ts
var value_exports = /* @__PURE__ */ __exportAll({
boolean: () => boolean,
color: () => color,
contentRelationship: () => contentRelationship,
customType: () => customType,
date: () => date,
document: () => customType,
embed: () => embed,
geoPoint: () => geoPoint,
group: () => group,
image: () => image,
integration: () => integration,
keyText: () => keyText,
link: () => link,
linkToMedia: () => linkToMedia,
number: () => number,
richText: () => richText,
select: () => select,
sharedSlice: () => sharedSlice,
sharedSliceVariation: () => sharedSliceVariation,
slice: () => slice,
sliceZone: () => sliceZone,
table: () => table,
timestamp: () => timestamp,
title: () => title,
uid: () => uid
});
//#endregion
export { boolean, color, contentRelationship, customType, date, customType as document, embed, geoPoint, group, image, integration, keyText, link, linkToMedia, number, richText, select, sharedSlice, sharedSliceVariation, slice, sliceZone, table, timestamp, title, uid, value_exports };
//# sourceMappingURL=index.js.map