UNPKG

@prismicio/mock

Version:

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

32 lines (31 loc) 3.72 kB
import { MockBooleanValueConfig, boolean } from "./boolean.js"; import { MockCustomTypeValueConfig, customType } from "./customType.js"; import { MockColorValueConfig, color } from "./color.js"; import { MockContentRelationshipValueConfig, contentRelationship } from "./contentRelationship.js"; import { MockTimestampValueConfig, timestamp } from "./timestamp.js"; import { MockDateValueConfig, date } from "./date.js"; import { MockEmbedValueConfig, embed } from "./embed.js"; import { MockGeoPointValueConfig, geoPoint } from "./geoPoint.js"; import { MockGroupValueConfig, group } from "./group.js"; import { MockImageValueConfig, image } from "./image.js"; import { MockIntegrationFieldValueConfig, integration } from "./integration.js"; import { MockKeyTextValueConfig, keyText } from "./keyText.js"; import { MockLinkValueConfig, link } from "./link.js"; import { MockLinkToMediaValueConfig, linkToMedia } from "./linkToMedia.js"; import { MockNumberValueConfig, number } from "./number.js"; import { MockRichTextValueConfig, richText } from "./richText/index.js"; import { MockSelectValueConfig, select } from "./select.js"; import { MockSliceValueConfig, slice } from "./slice.js"; import { MockSliceZoneValueConfig, sliceZone } from "./sliceZone.js"; import { MockSharedSliceVariationValueConfig, sharedSliceVariation } from "./sharedSliceVariation.js"; import { MockSharedSliceValueConfig, sharedSlice } from "./sharedSlice.js"; import { MockTitleValueConfig, title } from "./title.js"; import { MockUIDValueConfig, uid } from "./uid.js"; import { MockTableValueConfig, table } from "./table.js"; //#region src/value/index.d.ts declare namespace index_d_exports { export { MockBooleanValueConfig, MockColorValueConfig, MockContentRelationshipValueConfig, MockCustomTypeValueConfig, MockDateValueConfig, MockCustomTypeValueConfig as MockDocumentValueConfig, MockEmbedValueConfig, MockGeoPointValueConfig, MockGroupValueConfig, MockImageValueConfig, MockIntegrationFieldValueConfig, MockKeyTextValueConfig, MockLinkToMediaValueConfig, MockLinkValueConfig, MockNumberValueConfig, MockRichTextValueConfig, MockSelectValueConfig, MockSharedSliceValueConfig, MockSharedSliceVariationValueConfig, MockSliceValueConfig, MockSliceZoneValueConfig, MockTableValueConfig, MockTimestampValueConfig, MockTitleValueConfig, MockUIDValueConfig, 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 }; } //#endregion export { type MockBooleanValueConfig, type MockColorValueConfig, type MockContentRelationshipValueConfig, type MockCustomTypeValueConfig, type MockDateValueConfig, type MockCustomTypeValueConfig as MockDocumentValueConfig, type MockEmbedValueConfig, type MockGeoPointValueConfig, type MockGroupValueConfig, type MockImageValueConfig, type MockIntegrationFieldValueConfig, type MockKeyTextValueConfig, type MockLinkToMediaValueConfig, type MockLinkValueConfig, type MockNumberValueConfig, type MockRichTextValueConfig, type MockSelectValueConfig, type MockSharedSliceValueConfig, type MockSharedSliceVariationValueConfig, type MockSliceValueConfig, type MockSliceZoneValueConfig, type MockTableValueConfig, type MockTimestampValueConfig, type MockTitleValueConfig, type MockUIDValueConfig, boolean, color, contentRelationship, customType, date, customType as document, embed, geoPoint, group, image, index_d_exports, integration, keyText, link, linkToMedia, number, richText, select, sharedSlice, sharedSliceVariation, slice, sliceZone, table, timestamp, title, uid }; //# sourceMappingURL=index.d.ts.map