UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

4 lines (3 loc) 201 B
import { Keyframes } from '@emotion/serialize'; import { FadeInProps } from './FadeIn'; export declare const generateKeyframes: (from: FadeInProps['from'], offset: FadeInProps['offset']) => Keyframes;