UNPKG

sanity-plugin-wistia-input

Version:
17 lines (13 loc) 312 B
import {FieldDefinition} from 'sanity' import {Plugin as Plugin_2} from 'sanity' declare interface Config { token: string | '' accountSubdomain?: string fields?: FieldDefinition[] } /** * Wistia input plugin for Sanity Studio * @public */ export declare const wistiaInput: Plugin_2<Config> export {}