@unocss/core 0.51.10 → 0.51.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -488,7 +488,7 @@ interface ConfigBase<Theme extends {} = {}> {
|
|
|
488
488
|
*
|
|
489
489
|
* Pass `null` or `false` to disable the default extractor.
|
|
490
490
|
*
|
|
491
|
-
* @see https://github.com/
|
|
491
|
+
* @see https://github.com/unocss/unocss/blob/main/packages/core/src/extractors/split.ts
|
|
492
492
|
* @default import('@unocss/core').defaultExtractor
|
|
493
493
|
*/
|
|
494
494
|
extractorDefault?: Extractor | null | false;
|
package/dist/index.mjs
CHANGED