Sign in
skia
/
buildbot
/
7e62f1428813
/
.
/
skottie
/
modules
/
window
/
window.ts
blob: e4ddbe2b4e0b8a2881dd3527e1145235107a643b [
file
] [
log
] [
blame
]
// Declaration for the window.sk global variable.
import
{
SkSkottieConfig
}
from
'../json'
;
declare
global
{
interface
Window
{
skottie
:
SkSkottieConfig
;
}
}