Migrate components to typescript
This commit is contained in:
11
src/components/img/IImgComponentState.ts
Normal file
11
src/components/img/IImgComponentState.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
export interface IImgComponentState {
|
||||
|
||||
/**
|
||||
* Image is loaded {true} or not {false}
|
||||
*
|
||||
* @type {boolean}
|
||||
* @memberof IImgComponentProps
|
||||
*/
|
||||
isImageLoaded?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user