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.

5 lines (4 loc) 177 B
import Client from './Client'; import IClient from './interfaces/client_interface'; export declare function createClient(options: IClient): Client; export default createClient;