UNPKG

@isoterik/react-word-cloud

Version:

A lightweight, interactable and customizable React word cloud library powered by d3-cloud, featuring built-in animations, tooltips, and flexible word rendering.

10 lines (9 loc) 445 B
import { ValueOrAccessor, WordRendererData } from '../../core'; import { CSSProperties } from 'react'; export type AnimatedWordRendererProps = { data: WordRendererData; animationDelay?: ValueOrAccessor<number>; textStyle?: CSSProperties; }; export declare const AnimatedWordRenderer: import('react').NamedExoticComponent<AnimatedWordRendererProps & import('react').RefAttributes<SVGTextElement>>; //# sourceMappingURL=index.d.ts.map