UNPKG

@dill-pixel/plugin-matter-physics

Version:

Matter Physics

10 lines 414 B
import { MatterPhysicsPlugin } from './MatterPhysicsPlugin'; export type { MatterPhysicsPluginOptions } from './MatterPhysicsPlugin'; export * from './CompositeEntity'; export * from './Entity'; export * from './interfaces'; export * from './System'; export * from './types'; export type { IMatterPhysicsPlugin } from './MatterPhysicsPlugin'; export default MatterPhysicsPlugin; //# sourceMappingURL=index.d.ts.map