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/constants.ts
Normal file
6
jsx-html/constants.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export enum NODE_TYPE {
|
||||
ELEMENT = 'element',
|
||||
TEXT = 'text',
|
||||
COMPONENT = 'component',
|
||||
FRAGMENT = 'fragment',
|
||||
};
|
Reference in New Issue
Block a user