parent
f29d061124
commit
8370118c13
2
packages/runtime-dom/types/jsx.d.ts
vendored
2
packages/runtime-dom/types/jsx.d.ts
vendored
@ -29,7 +29,7 @@
|
|||||||
import { VNode } from '@vue/runtime-core'
|
import { VNode } from '@vue/runtime-core'
|
||||||
import * as CSS from 'csstype'
|
import * as CSS from 'csstype'
|
||||||
|
|
||||||
export interface CSSProperties extends CSS.Properties<string | number> {
|
export interface CSSProperties extends CSS.Properties<string | number>, CSS.PropertiesHyphen<string | number> {
|
||||||
/**
|
/**
|
||||||
* The index signature was removed to enable closed typing for style
|
* The index signature was removed to enable closed typing for style
|
||||||
* using CSSType. You're able to use type assertion or module augmentation
|
* using CSSType. You're able to use type assertion or module augmentation
|
||||||
|
Loading…
Reference in New Issue
Block a user