UNPKG

sanity-plugin-wistia-input

Version:
14 lines (10 loc) 216 B
import {Plugin as Plugin_2} from 'sanity' declare interface Config { token: string | '' } /** * Wistia input plugin for Sanity Studio * @public */ export declare const wistiaInput: Plugin_2<Config> export {}