@prismicio/mock
Version:
Generate mock Prismic documents, fields, Slices, and models for development and testing environments
32 lines (31 loc) • 3.75 kB
text/typescript
import { MockBooleanValueConfig, boolean } from "./boolean.cjs";
import { MockCustomTypeValueConfig, customType } from "./customType.cjs";
import { MockColorValueConfig, color } from "./color.cjs";
import { MockContentRelationshipValueConfig, contentRelationship } from "./contentRelationship.cjs";
import { MockTimestampValueConfig, timestamp } from "./timestamp.cjs";
import { MockDateValueConfig, date } from "./date.cjs";
import { MockEmbedValueConfig, embed } from "./embed.cjs";
import { MockGeoPointValueConfig, geoPoint } from "./geoPoint.cjs";
import { MockGroupValueConfig, group } from "./group.cjs";
import { MockImageValueConfig, image } from "./image.cjs";
import { MockIntegrationFieldValueConfig, integration } from "./integration.cjs";
import { MockKeyTextValueConfig, keyText } from "./keyText.cjs";
import { MockLinkValueConfig, link } from "./link.cjs";
import { MockLinkToMediaValueConfig, linkToMedia } from "./linkToMedia.cjs";
import { MockNumberValueConfig, number } from "./number.cjs";
import { MockRichTextValueConfig, richText } from "./richText/index.cjs";
import { MockSelectValueConfig, select } from "./select.cjs";
import { MockSliceValueConfig, slice } from "./slice.cjs";
import { MockSliceZoneValueConfig, sliceZone } from "./sliceZone.cjs";
import { MockSharedSliceVariationValueConfig, sharedSliceVariation } from "./sharedSliceVariation.cjs";
import { MockSharedSliceValueConfig, sharedSlice } from "./sharedSlice.cjs";
import { MockTitleValueConfig, title } from "./title.cjs";
import { MockUIDValueConfig, uid } from "./uid.cjs";
import { MockTableValueConfig, table } from "./table.cjs";
//#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.cts.map