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.

9 lines (8 loc) 223 B
export declare const MODE_LISTEN = "listen"; export declare const MODE_HANDLE = "handle"; export default function parseBindings(input: any, element: any): { id: any; motion: any; event: any; mode: any; }[];