Repository URL to install this package:
|
Version:
0.9.6 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
molecules
/
PhysicalAddress
/
styled.d.ts
|
|---|
declare const Name: any;
declare const AddressLine1: any;
declare const AddressLine2: any;
declare const City: any;
declare const Country: any;
declare const State: any;
declare const Zipcode: any;
declare const AddressWrapper: any;
export { AddressWrapper, Name, AddressLine1, AddressLine2, City, Country, State, Zipcode, };