blob: 1d8df905c3c7c7d1f73a501d031450ccafde1fc4 [file] [log] [blame]
// Declaration for the window.sk global variable.
import { SkPerfConfig } from '../json';
declare global {
interface Window {
perf: SkPerfConfig;
}
}