tatuka-components
Version:
this is a readme text
11 lines (10 loc) • 420 B
TypeScript
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;