UNPKG

tatuka-components

Version:
11 lines (10 loc) 420 B
import React from 'react'; import "../../../../dist/style/styles.css"; declare function TatukaBackground({ particleColor, particleSize, backgroundColor, animationType, }: { backgroundColor?: string; particleColor?: string; particleSize?: number; animationType?: 'rain' | 'chaos'; }): React.JSX.Element; declare const _default: React.MemoExoticComponent<typeof TatukaBackground>; export default _default;