UNPKG

@prismicio/mock

Version:

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

9 lines (8 loc) 365 B
import { MockModelConfig } from "../types.cjs"; import * as prismic from "@prismicio/client"; //#region src/model/boolean.d.ts type MockBooleanModelConfig = MockModelConfig; declare function boolean(config: MockBooleanModelConfig): prismic.CustomTypeModelBooleanField; //#endregion export { MockBooleanModelConfig, boolean }; //# sourceMappingURL=boolean.d.cts.map