mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
fix: add new window property to interface definition
This commit is contained in:
committed by
antoinechalifour
parent
7a8b158188
commit
b35baa069f
@@ -7,6 +7,10 @@ export interface VerdaccioOptions {
|
||||
declare global {
|
||||
interface Window {
|
||||
__VERDACCIO_BASENAME_UI_OPTIONS: VerdaccioOptions;
|
||||
VERDACCIO_PRIMARY_COLOR: string;
|
||||
VERDACCIO_LOGO: string;
|
||||
VERDACCIO_SCOPE: string;
|
||||
VERDACCIO_VERSION: string;
|
||||
VERDACCIO_API_URL: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user