UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

20 lines (18 loc) 476 B
import { CustomTypeModelFieldType } from "./types.cjs"; //#region src/types/model/range.d.ts /** * @deprecated - Legacy field. Use `CustomTypeModelNumberField` instead. */ interface CustomTypeModelRangeField { type: typeof CustomTypeModelFieldType.Range; config?: { label?: string | null; placeholder?: string; min?: number; max?: number; step?: number; }; } //#endregion export { CustomTypeModelRangeField }; //# sourceMappingURL=range.d.cts.map