init + api use
This commit is contained in:
25
@types/index.d.ts
vendored
Normal file
25
@types/index.d.ts
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
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 jpg_path
|
||||
}
|
||||
|
||||
declare module '*.png' {
|
||||
const png_path: string
|
||||
|
||||
export default png_path
|
||||
}
|
||||
|
||||
declare const __webpack_public_path__: string
|
||||
|
||||
Reference in New Issue
Block a user