@shikijs/types
Advanced tools
Comparing version 1.17.6 to 1.17.7
@@ -649,2 +649,10 @@ import { Element, Root } from 'hast'; | ||
structure?: 'classic' | 'inline'; | ||
/** | ||
* Tab index of the root `<pre>` element. | ||
* | ||
* Set to `false` to disable tab index. | ||
* | ||
* @default 0 | ||
*/ | ||
tabindex?: number | string | false; | ||
} | ||
@@ -651,0 +659,0 @@ interface CodeOptionsMeta { |
{ | ||
"name": "@shikijs/types", | ||
"type": "module", | ||
"version": "1.17.6", | ||
"version": "1.17.7", | ||
"description": "Type definitions for Shiki", | ||
@@ -6,0 +6,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
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
58847
800