@jtlan/csstype 3.1.3 → 3.1.4
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5328,7 +5328,7 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5328
5328
|
*
|
|
5329
5329
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-color
|
|
5330
5330
|
*/
|
|
5331
|
-
borderColor
|
|
5331
|
+
borderColor/*;框颜色*/?: Property.BorderColor | undefined;
|
|
5332
5332
|
/**
|
|
5333
5333
|
* The **`border-image`** CSS property draws an image around a given element. It replaces the element's regular border.
|
|
5334
5334
|
*
|