mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix(typescript): add css camelCase props
This commit is contained in:
parent
358fb2d22e
commit
926ed31bec
4
packages/marko/tags-html.d.ts
vendored
4
packages/marko/tags-html.d.ts
vendored
@ -125,7 +125,9 @@ declare global {
|
||||
}
|
||||
|
||||
namespace CSS {
|
||||
export interface Properties extends csstype.PropertiesHyphen {}
|
||||
export interface Properties
|
||||
extends csstype.PropertiesHyphen,
|
||||
csstype.Properties {}
|
||||
}
|
||||
|
||||
namespace HTML {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user