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/packages / pages / Checkout / sections / PaymentMethods / SecurityCodeForm.d.ts
Size: Mime:
import * as React from 'react';
declare class SecurityCodeForm extends React.PureComponent {
    /**
     * @@packages @todo plugin (needs show & hide password, not sure why it does not show here)
     */
    observableFormState: any;
    render(): JSX.Element;
}
export { SecurityCodeForm };