Some ignored filles was missing
This commit is contained in:
parent
7db22245e2
commit
fd5ab6bc0d
268 changed files with 31970 additions and 4 deletions
11
wwwroot/js/configuration/ConfigManager.d.ts
vendored
Normal file
11
wwwroot/js/configuration/ConfigManager.d.ts
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { Configuration } from './CalendarConfig';
|
||||
/**
|
||||
* ConfigManager - Static configuration loader
|
||||
* Loads JSON and creates Configuration instance
|
||||
*/
|
||||
export declare class ConfigManager {
|
||||
/**
|
||||
* Load configuration from JSON and create Configuration instance
|
||||
*/
|
||||
static load(): Promise<Configuration>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue