UNPKG

@prismicio/mock

Version:

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

9 lines (8 loc) 348 B
import { MockModelConfig } from "../types.js"; import * as prismic from "@prismicio/client"; //#region src/model/table.d.ts type MockTableModelConfig = MockModelConfig; declare const table: (config: MockTableModelConfig) => prismic.CustomTypeModelTableField; //#endregion export { MockTableModelConfig, table }; //# sourceMappingURL=table.d.ts.map