reblend-typing
Version:
This is reblend jsx typing
18 lines (17 loc) • 1.03 kB
JavaScript
export var ChildrenPropsUpdateType;
(function (ChildrenPropsUpdateType) {
ChildrenPropsUpdateType[ChildrenPropsUpdateType["NON_CHILDREN"] = 0] = "NON_CHILDREN";
ChildrenPropsUpdateType[ChildrenPropsUpdateType["CHILDREN"] = 1] = "CHILDREN";
})(ChildrenPropsUpdateType || (ChildrenPropsUpdateType = {}));
export var PatchTypeAndOrder;
(function (PatchTypeAndOrder) {
PatchTypeAndOrder[PatchTypeAndOrder["NONE"] = 0] = "NONE";
PatchTypeAndOrder[PatchTypeAndOrder["REMOVE"] = 1] = "REMOVE";
PatchTypeAndOrder[PatchTypeAndOrder["TEXT"] = 2] = "TEXT";
PatchTypeAndOrder[PatchTypeAndOrder["CREATE"] = 3] = "CREATE";
PatchTypeAndOrder[PatchTypeAndOrder["REPLACE"] = 4] = "REPLACE";
PatchTypeAndOrder[PatchTypeAndOrder["UPDATE"] = 5] = "UPDATE";
})(PatchTypeAndOrder || (PatchTypeAndOrder = {}));
export const ERROR_EVENTNAME = 'reblend-render-error';
export const REBLEND_PRIMITIVE_ELEMENT_NAME = 'ReblendPrimitive';
export { allAttribute, shouldUseSetAttribute, attributeName, } from './standardAttribute';