# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bootstrap-validator/index.d.ts)
````ts
/// <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: Mon, 06 Nov 2023 22:41:05 GMT
 * Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)

# Credits
These definitions were written by .
