@unocss/core
Advanced tools
Comparing version 0.65.0-beta.3 to 0.65.0
@@ -252,2 +252,3 @@ import MagicString from 'magic-string'; | ||
declare const SymbolLayer: unique symbol; | ||
declare const SymbolSort: unique symbol; | ||
interface ControlSymbols { | ||
@@ -274,2 +275,6 @@ /** | ||
layer: typeof SymbolLayer; | ||
/** | ||
* Sort modifier | ||
*/ | ||
sort: typeof SymbolSort; | ||
} | ||
@@ -282,2 +287,3 @@ interface ControlSymbolsValue { | ||
[SymbolLayer]: string; | ||
[SymbolSort]: number; | ||
} | ||
@@ -284,0 +290,0 @@ type ObjectToEntry<T> = { |
{ | ||
"name": "@unocss/core", | ||
"type": "module", | ||
"version": "0.65.0-beta.3", | ||
"version": "0.65.0", | ||
"description": "The instant on-demand Atomic CSS engine.", | ||
@@ -6,0 +6,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
Sorry, the diff of this file is not supported yet
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
124994
2384