mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-09 01:52:57 +00:00
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
declare module '*.png';
|
|
|
|
declare module JSX {
|
|
interface IntrinsicElements {
|
|
'webview': any;
|
|
}
|
|
}
|