0.0.34 • Published 2 years ago

@types/knockout-secure-binding v0.0.34

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

Installation

npm install --save @types/knockout-secure-binding

Summary

This package contains type definitions for knockout-secure-binding (https://github.com/brianmhunt/knockout-secure-binding).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/knockout-secure-binding.

index.d.ts

// Type definitions for knockout-secure-binding
// Project: https://github.com/brianmhunt/knockout-secure-binding
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="knockout" />

interface KnockoutSecureBindingOptions {
    attribute?: string | undefined;
    globals?: any;
    bindings?: KnockoutBindingHandlers | undefined;
    noVirtualElements?: boolean | undefined;
}

interface KnockoutSecureBindingProvider extends KnockoutBindingProvider {
    new (options?: KnockoutSecureBindingOptions): KnockoutBindingProvider;
}

interface KnockoutStatic {
    secureBindingsProvider: {
        new (options?: KnockoutSecureBindingOptions): KnockoutBindingProvider;
    };
}

declare module "knockout-secure-binding" {
    var klass: {
        new (options?: KnockoutSecureBindingOptions): KnockoutBindingProvider;
    };

    export = klass;
}

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:59 GMT
  • Dependencies: @types/knockout
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.31

3 years ago

0.0.30

4 years ago

0.0.29

8 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.20-alpha

9 years ago

0.0.15-alpha

9 years ago

0.0.14-alpha

9 years ago