UNPKG

@wuchuheng/electron

Version:
25 lines (20 loc) 395 B
declare module '*.png' { const content: string; export default content; } declare module '*.jpg' { const content: string; export default content; } declare module '*.jpeg' { const content: string; export default content; } declare module '*.svg' { const content: string; export default content; } declare module '*.ico' { const content: string; export default content; }