UNPKG

core-graphics

Version:

A core library for creating shape-based graphic editors

15 lines (8 loc) 153 B
declare module 'raf' { interface IRafHandle { } function raf(callback: ()=> void): IRafHandle; namespace raf { } export default raf; }