UNPKG

124 BTypeScriptView Raw
1export interface Polaris {
2 VERSION: string;
3}
4declare global {
5 interface Window {
6 Polaris: Polaris;
7 }
8}