mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 09:47:20 +00:00
eslint-disable
This commit is contained in:
parent
a25ca88130
commit
a8be56bcf5
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable */
|
||||||
import { createElement } from 'react';
|
import { createElement } from 'react';
|
||||||
import { Button } from '@alifd/next';
|
import { Button } from '@alifd/next';
|
||||||
import Engine, { Panes } from '@ali/visualengine';
|
import Engine, { Panes } from '@ali/visualengine';
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable */
|
||||||
function getStylePoint(id, level) {
|
function getStylePoint(id, level) {
|
||||||
if (stylePointTable[id]) {
|
if (stylePointTable[id]) {
|
||||||
return stylePointTable[id];
|
return stylePointTable[id];
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable */
|
||||||
export function upgradeAssetsBundle(assets) {
|
export function upgradeAssetsBundle(assets) {
|
||||||
const components = [];
|
const components = [];
|
||||||
const xPrototypes = [];
|
const xPrototypes = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user