UNPKG

@prismicio/mock

Version:

Generate mock Prismic documents, fields, Slices, and models for development and testing environments

75 lines (50 loc) 2.46 kB
export { boolean } from "./boolean"; export type { MockBooleanValueConfig } from "./boolean"; export { customType } from "./customType"; export type { MockCustomTypeValueConfig } from "./customType"; export { color } from "./color"; export type { MockColorValueConfig } from "./color"; export { contentRelationship } from "./contentRelationship"; export type { MockContentRelationshipValueConfig } from "./contentRelationship"; export { document } from "./document"; export type { MockDocumentValueConfig } from "./document"; export { date } from "./date"; export type { MockDateValueConfig } from "./date"; export { embed } from "./embed"; export type { MockEmbedValueConfig } from "./embed"; export { geoPoint } from "./geoPoint"; export type { MockGeoPointValueConfig } from "./geoPoint"; export { group } from "./group"; export type { MockGroupValueConfig } from "./group"; export { image } from "./image"; export type { MockImageValueConfig } from "./image"; export { integration } from "./integration"; export type { MockIntegrationFieldValueConfig } from "./integration"; export { keyText } from "./keyText"; export type { MockKeyTextValueConfig } from "./keyText"; export { link } from "./link"; export type { MockLinkValueConfig } from "./link"; export { linkToMedia } from "./linkToMedia"; export type { MockLinkToMediaValueConfig } from "./linkToMedia"; export { number } from "./number"; export type { MockNumberValueConfig } from "./number"; export { richText } from "./richText"; export type { MockRichTextValueConfig } from "./richText"; export { select } from "./select"; export type { MockSelectValueConfig } from "./select"; export { slice } from "./slice"; export type { MockSliceValueConfig } from "./slice"; export { sliceZone } from "./sliceZone"; export type { MockSliceZoneValueConfig } from "./sliceZone"; export { sharedSlice } from "./sharedSlice"; export type { MockSharedSliceValueConfig } from "./sharedSlice"; export { sharedSliceVariation } from "./sharedSliceVariation"; export type { MockSharedSliceVariationValueConfig } from "./sharedSliceVariation"; export { timestamp } from "./timestamp"; export type { MockTimestampValueConfig } from "./timestamp"; export { title } from "./title"; export type { MockTitleValueConfig } from "./title"; export { uid } from "./uid"; export type { MockUIDValueConfig } from "./uid"; export { table } from "./table"; export type { MockTableValueConfig } from "./table";