Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/// <reference types="react" />
declare const StyledText: any;
declare const Name: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressLine1: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressLine2: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const City: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const Country: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const State: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const PostalCode: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<any, any, any>;
declare const AddressWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
export { AddressWrapper, Name, AddressLine1, AddressLine2, City, Country, State, PostalCode, StyledText, };