@dill-pixel/plugin-matter-physics
Version:
Matter Physics
14 lines (9 loc) • 383 B
text/typescript
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;