analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
8 lines • 334 B
TypeScript
import type { ReactNode } from 'react';
/**
* Render a truncated text cell for table columns
* @param value - The value to render (will be converted to string)
* @returns React node for the truncated text
*/
export declare const renderTruncatedText: (value: unknown) => ReactNode;
//# sourceMappingURL=renderTruncatedText.d.ts.map