UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

6 lines (5 loc) 352 B
import { BasicEvent } from "../interfaces/basic-event.interface"; import { Position } from "../interfaces/move-start.interface"; export declare function getPositionForKey(key: string): Position; export declare function getInvertedPositionForKey(key: string): Position; export declare function getEventForKey(key: string, stepSize: number): BasicEvent;