UNPKG
sanity-plugin-wistia-input
Version:
latest (3.1.0)
3.1.0
3.0.2
3.0.0
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Wistia input for Sanity v3
github.com/abovedave/sanity-wistia-input
abovedave/sanity-wistia-input
sanity-plugin-wistia-input
/
dist
/
index.d.ts
10 lines
(6 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Plugin
as
Plugin
_2}
from
'sanity'
declare
interface
Config
{
token
:
string
|
''
}
export
declare
const
wistiaInput
:
Plugin
_2<
Config
>
export
{}