Repository URL to install this package:
|
Version:
1.1.6 ▾
|
import { AddressType } from './typings';
declare function fromDataLayerToThingList(props: AddressType & {
list?: any[];
}): any[];
export { fromDataLayerToThingList };
export default fromDataLayerToThingList;