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