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 / abstractions / Checkout / DeliveryInstruction / DeliveryInstruction.d.ts
Size: Mime:
import React from 'react';
import { defaultRenderToggleButton, defaultRenderExpandedView } from './renderProps';
import { DeliveryInstructionProps } from './typings';
declare class DeliveryInstruction extends React.PureComponent<DeliveryInstructionProps> {
    static defaultProps: {
        className: string;
        renderToggleButton: typeof defaultRenderToggleButton;
        renderExpandedView: typeof defaultRenderExpandedView;
    };
    render(): JSX.Element;
}
export { DeliveryInstruction };
export default DeliveryInstruction;