UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

7 lines (6 loc) 221 B
import type { WebTokens } from '../tokens'; import type { Animations } from '../types'; export declare function createAnimationCSS({ animations, tokens, }: { animations: Animations; tokens: WebTokens; }): string;