UNPKG

@prismicio/types-internal

Version:
4 lines (3 loc) 153 B
import * as t from "io-ts"; export declare const WidgetKey: t.Type<string, string, unknown>; export declare type WidgetKey = t.TypeOf<typeof WidgetKey>;