UNPKG

@prismicio/types-internal

Version:
7 lines (6 loc) 247 B
import type { Group, NestableWidget, NestedGroup, UID } from "../customtypes"; export declare type OnFieldFn<T extends UID | NestableWidget | Group | NestedGroup> = (args: { path: ReadonlyArray<string>; key: string; field: T; }) => T;