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