@types/tabbable
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -10,3 +10,3 @@ // Type definitions for tabbable 3.1 | ||
interface Options { | ||
includeContainer?: boolean; | ||
includeContainer?: boolean | undefined; | ||
} | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@types/tabbable", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "TypeScript definitions for tabbable", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/tabbable" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0ac88eba7a20077d0df749ffe372a57455edaf8cc13bec15f93075abb565175c", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "75841e729009fa3f765c0219982684fc42ecbf2e12e989ddd787b1aa28fa894e", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,28 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable/index.d.ts) | ||
````ts | ||
// Type definitions for tabbable 3.1 | ||
// Project: https://github.com/davidtheclark/tabbable | ||
// Definitions by: Michael Swiger <https://github.com/mokkan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Fri, 21 Sep 2018 18:28:09 GMT | ||
declare function T(el: Element | Document, options?: T.Options): HTMLElement[]; | ||
declare namespace T { | ||
interface Options { | ||
includeContainer?: boolean | undefined; | ||
} | ||
function isTabbable(el: HTMLElement): boolean; | ||
function isFocusable(el: HTMLElement): boolean; | ||
} | ||
export = T; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 21:32:06 GMT | ||
* Dependencies: none | ||
@@ -17,2 +39,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Michael Swiger <https://github.com/mokkan>. | ||
These definitions were written by [Michael Swiger](https://github.com/mokkan). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3595
0
39