challenge-pl/@types/index.d.ts

25 lines
406 B
TypeScript

declare const IS_PROD: string
declare const KC_URL: string
declare const KC_REALM: string
declare const KC_CLIENT_ID: string
declare module '*.svg' {
const svg_path: string
export default svg_path
}
declare module '*.jpg' {
const jpg_path: string
export default value
}
declare module '*.png' {
const png_path: string
export default value
}
declare const __webpack_public_path__: string