journal.pl/index.d.ts

25 lines
394 B
TypeScript
Raw Normal View History

2025-01-07 16:20:20 +03:00
declare const IS_PROD: string
declare const KC_URL: string
declare const KC_REALM: string
declare const KC_CLIENT_ID: string
2022-11-27 16:34:37 +03:00
declare module '*.svg' {
2025-01-07 16:20:20 +03:00
const value: string
export default value
}
declare module '*.jpg' {
const value: string
export default value
}
declare module '*.png' {
const value: string
export default value
2024-08-12 00:05:30 +03:00
}
2025-01-07 16:20:20 +03:00
declare const __webpack_public_path__: string