Adding hotfixes for packages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
6
jsx-html/nodejs/constants.d.ts
vendored
Normal file
6
jsx-html/nodejs/constants.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
export declare enum NODE_TYPE {
|
||||
ELEMENT = "element",
|
||||
TEXT = "text",
|
||||
COMPONENT = "component",
|
||||
FRAGMENT = "fragment"
|
||||
}
|
Reference in New Issue
Block a user