6 lines
76 B
TypeScript
6 lines
76 B
TypeScript
|
|
declare global {
|
|
interface Window {
|
|
__adobe_cep__: any;
|
|
}
|
|
} |