10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
export function isFabric() {
|
|
return false;
|
|
}
|
|
export function getShadowNodeWrapperAndTagFromRef() {
|
|
return {
|
|
shadowNodeWrapper: undefined,
|
|
tag: undefined
|
|
};
|
|
}
|
|
//# sourceMappingURL=fabricUtils.web.js.map
|