UNPKG

207 BJavaScriptView Raw
1import { upperFirst } from '@antv/util';
2import { Shape } from '@antv/f2-graphic';
3function createClipElement(type, config) {
4 return new Shape[upperFirst(type)](config);
5}
6export default createClipElement;
\No newline at end of file