blob: e4ddbe2b4e0b8a2881dd3527e1145235107a643b [file] [log] [blame]
// Declaration for the window.sk global variable.
import { SkSkottieConfig } from '../json';
declare global {
interface Window {
skottie: SkSkottieConfig;
}
}