vue: NPCControl(WIP) 메인 기능 동작
This commit is contained in:
@@ -130,4 +130,17 @@ export type NationPolicy = {
|
||||
minNPCRecruitCityPopulation: number,
|
||||
safeRecruitCityPopulationRatio: number,
|
||||
properWarTrainAtmos: number,
|
||||
}
|
||||
|
||||
export declare type Colors = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light';
|
||||
|
||||
export type IDItem<T> = {
|
||||
id: T;
|
||||
};
|
||||
|
||||
export type ToastType = {
|
||||
title?: string,
|
||||
content?: string,
|
||||
type?: Colors,
|
||||
delay?: number,
|
||||
}
|
||||
Reference in New Issue
Block a user