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.

7 lines (6 loc) 261 B
import { Gradient } from '../../core'; export type GradientDefsProps = { gradients?: Gradient[]; }; export declare const GradientDefs: ({ gradients }: GradientDefsProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=index.d.ts.map