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    
@skava/ui / dist / components / presets / Checkout / DeliveryInstruction / DeliveryInstruction.d.ts
Size: Mime:
import React from 'react';
import { ExpandableState } from 'organisms/ExpandableCard';
import { defaultRenderToggleButton, defaultRenderExpandedView } from './renderProps';
import { DeliveryInstructionProps } from './typings';
declare class DeliveryInstruction extends React.Component<DeliveryInstructionProps> {
    static defaultProps: {
        className: string;
        isSelected: boolean;
        renderToggleButton: typeof defaultRenderToggleButton;
        renderExpandedView: typeof defaultRenderExpandedView;
    };
    observableState: ExpandableState;
    componentWillMount(): void;
    render(): JSX.Element;
}
export { DeliveryInstruction };
export default DeliveryInstruction;