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:
import { OrderStatusProps as OrderStatusPlaceholderProps } from 'abstractions/Order/OrderStatus/typings';
import { DetailedListDataType } from '@skava/ui/dist/components/molecules/DetailedList/typings';
import { AnimatedCardState } from 'presets/AnimatedExpandableCard';
export interface OrderStatusProps extends OrderStatusPlaceholderProps {
    orderStatusData?: DetailedListDataType;
    isSubscriptionItem?: boolean;
    state?: AnimatedCardState;
}