1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-09 01:52:57 +00:00
Files
ps-launcher/@types/all/index.d.ts
2017-10-26 19:39:11 -05:00

10 lines
133 B
TypeScript

declare module '*.png';
declare module JSX {
interface IntrinsicElements {
'webview': any;
}
}
declare const VERSION: any;