UNPKG

@plurid/plurid-react

Version:

React implementation of Plurid to explore the web in three dimensions

7 lines (6 loc) 156 B
import React from 'react'; export interface FadeInProperties { time: number; } declare const FadeIn: React.FC<FadeInProperties>; export default FadeIn;