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-presets / dist / abstractions / Checkout / ShippingMethodOption / ShippingMethodOption.d.ts
Size: Mime:
import React from 'react';
import { ShippingMethodOptionListProps } from './typings';
import { defaultRenderHeader, defaultRenderIcon, defaultRenderText } from './renderProps';
declare class ShippingMethodOption extends React.PureComponent<ShippingMethodOptionListProps> {
    static defaultProps: {
        className: string;
        renderHeader: typeof defaultRenderHeader;
        renderIcon: typeof defaultRenderIcon;
        renderText: typeof defaultRenderText;
    };
    render(): JSX.Element;
}
export { ShippingMethodOption };
export default ShippingMethodOption;