@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.
9 lines (8 loc) • 379 B
TypeScript
import { WordRendererData } from '../../core';
import { CSSProperties } from 'react';
export type DefaultWordRendererProps = {
data: WordRendererData;
textStyle?: CSSProperties;
};
export declare const DefaultWordRenderer: import('react').NamedExoticComponent<DefaultWordRendererProps & import('react').RefAttributes<SVGTextElement>>;
//# sourceMappingURL=index.d.ts.map