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/forms / build / dist / new-forms / plugins / PasswordPlugin / ConfirmPasswordPlugin.d.ts
Size: Mime:
import * as React from 'react';
import { ConfirmPasswordPluginProps as Props } from './typings';
declare class ConfirmPasswordPlugin extends React.Component<Props> {
    static isSatisfiedByProps(props: {
        type: string;
    }): boolean;
    static defaultState: (inputState: import("../../inputs/InputState").InputState<import("./typings").InputStateConfirmPasswordAttributes>) => {
        validate: () => boolean;
    };
    render(): JSX.Element;
}
export { ConfirmPasswordPlugin };
export default ConfirmPasswordPlugin;