@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
8 lines • 336 B
JavaScript
import { IconPointsMore } from './svg/ico-points-more';
import { IconClose } from './svg/ico-close';
import { DeleteIcon } from './svg/delete';
import { AddIcon } from './svg/addIcon';
// @ts-ignore
import BindFieldInfo from './img/bindFieldInfo.png';
export { BindFieldInfo };
export { IconPointsMore, IconClose, DeleteIcon, AddIcon };