fixed ts
This commit is contained in:
parent
4f70cfe4ce
commit
939c5505ae
|
@ -229,4 +229,4 @@ export class SensorConfigStepper extends React.Component<SensorConfigStepperProp
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,8 +108,8 @@ export class SensorConfiguration extends React.Component<SensorConfigurationProp
|
||||||
|
|
||||||
|
|
||||||
export interface ETCSelectorProps {
|
export interface ETCSelectorProps {
|
||||||
setSensor?(data: any): void;
|
setSensor?(data: SensorRegistInfo): void;
|
||||||
getSensor?(): any;
|
getSensor?(): SensorRegistInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ETCSelectorState {
|
export interface ETCSelectorState {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user