0.11.6 • Published 2 years ago

@types/bootstrap-validator v0.11.6

Weekly downloads
227
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/bootstrap-validator

Summary

This package contains type definitions for bootstrap-validator (https://github.com/1000hz/bootstrap-validator).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap-validator.

index.d.ts

// Type definitions for bootstrap-validator 0.11
// Project: https://github.com/1000hz/bootstrap-validator
// Definitions by: Brady Liles <https://github.com/BradyLiles>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="jquery"/>

interface ValidatorOptions {
    delay?: number | undefined;
    html?: boolean | undefined;
    disable?: boolean | undefined;
    focus?: boolean | undefined;
    feedback?: any;
    custom?: any;
}

interface JQuery {
    validator(options?: ValidatorOptions): JQuery;
    validator(command: string): JQuery;
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 00:35:35 GMT
  • Dependencies: @types/jquery
  • Global values: none

Credits

These definitions were written by Brady Liles.

0.11.5

2 years ago

0.11.6

2 years ago

0.11.4

3 years ago

0.11.3

4 years ago

0.11.2

8 years ago

0.11.1

8 years ago

0.11.0

9 years ago