UNPKG

sanity-plugin-wistia-input

Version:
10 lines (6 loc) 156 B
import {Plugin as Plugin_2} from 'sanity' declare interface Config { token: string | '' } export declare const wistiaInput: Plugin_2<Config> export {}