UNPKG

@prismicio/types-internal

Version:
8 lines (7 loc) 278 B
import * as t from "io-ts"; declare const ImageConstraint: t.PartialC<{ width: t.Type<number | null, unknown, unknown>; height: t.Type<number | null, unknown, unknown>; }>; declare type ImageConstraint = t.TypeOf<typeof ImageConstraint>; export default ImageConstraint;