UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

7 lines (6 loc) 220 B
/** * Resolves a motion token to a string value. * @param token - The motion token to resolve. * @returns The string value for the motion token. */ export declare const resolveMotionToken: (token: string) => string;