UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

8 lines 214 B
import type { AnimationFactory } from './animation'; interface FadeProps { from?: number; to?: number; } export declare const fade: AnimationFactory<FadeProps>; export {}; //# sourceMappingURL=fade.d.ts.map