Repository URL to install this package:
|
Version:
3.0.1 ▾
|
@skava/ui
/
dist
/
components
/
presets
/
Checkout
/
RegisteredUser
/
SingleCartProduct
/
SingleShipping
/
state.d.ts
|
|---|
import { AddressType } from 'molecules/PhysicalAddress';
import { ExpandableState } from 'organisms/ExpandableCard';
export declare class SingleShippingInstance extends ExpandableState {
address: AddressType;
setShippingAddress(shippingAddress: any): void;
}