Sha256: a795f38f05c8ba3e859c8e9efdd850613ba812d70a44c0e786145fe158f667ca
Contents?: true
Size: 553 Bytes
Versions: 2
Compression:
Stored size: 553 Bytes
Contents
declare type HomeAddressStreetProps = { aria?: { [key: string]: string; }; address: string; addressCont: string; city: string; className?: string; data?: { [key: string]: string; }; dark?: boolean; emphasis: "street" | "city"; homeId: string; houseStyle: string; homeUrl: string; newWindow: boolean; state: string; zipcode: string; territory: string; }; declare const HomeAddressStreet: (props: HomeAddressStreetProps) => JSX.Element; export default HomeAddressStreet;
Version data entries
2 entries across 2 versions & 1 rubygems