createClipElement.d.ts 102 B

12
  1. declare function createClipElement(type: string, config: any): any;
  2. export default createClipElement;