@types/bootstrap-validator
TypeScript icon, indicating that this package has built-in type declarations

0.11.6 • Public • Published

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

/// <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

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/bootstrap-validator

Weekly Downloads

484

Version

0.11.6

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types