0.11.6 • Published 11 months ago

@types/bootstrap-validator v0.11.6

Weekly downloads
227
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.11.6

11 months ago

0.11.4

2 years ago

0.11.3

3 years ago

0.11.2

7 years ago

0.11.1

7 years ago

0.11.0

8 years ago