Ancora sistemazioni con typescript....
This commit is contained in:
8
src/typings/GlobalState.d.ts
vendored
Normal file
8
src/typings/GlobalState.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface IGlobalState {
|
||||
conta: number,
|
||||
isLoginPage: boolean,
|
||||
layoutNeeded: boolean,
|
||||
mobileMode: boolean,
|
||||
menuCollapse: boolean,
|
||||
posts: Array
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
//export * from './LoginState';
|
||||
// export * from './LoginState';
|
||||
|
||||
export * from './GlobalState.d'
|
||||
|
||||
|
||||
|
||||
export interface IResponse<T> {
|
||||
|
||||
Reference in New Issue
Block a user