@plumeria/core 10.4.2 → 10.4.3
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/lib/css.d.ts +1 -1
- package/lib/csstypes.d.ts +1 -1
- package/package.json +1 -1
package/lib/css.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Type definitions only. No runtime implementation provided
|
|
2
|
+
* Type definitions only. No runtime implementation provided.\
|
|
3
3
|
* Configure the bundler plugin to extract and implement these APIs.
|
|
4
4
|
* ```ts
|
|
5
5
|
* type create = <const T extends Record<string, CreateStyleValue>>(rule: T)=> CreateReturnType<T>;
|
package/lib/csstypes.d.ts
CHANGED