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.mts
14 lines
(10 loc)
•
216 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
{}