UNPKG

@awcrotwell/motion

Version:

Motion allows you to build reactive, real-time frontend UI components in your Amber application using pure Crystal that are reusable, testable & encapsulated. For brevity, we will call them MotionComponents.

6 lines (5 loc) 127 B
import IEvent from './event_interface'; export default interface ISubscriptionPayload { name: string; event: IEvent; }