MCPcopy
hub / github.com/Musish/Musish / ReactLinesEllipsisProps

Interface ReactLinesEllipsisProps

src/app/types/react-ellipsis.d.ts:4–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2 import * as React from 'react';
3
4 interface ReactLinesEllipsisProps {
5 /** Max lines allowed */
6 maxLine: number;
7 /** HTML string */
8 unsafeHTML?: string;
9 /** HTML string */
10 ellipsisHTML?: string;
11 /** Base for ellipsis */
12 basedOn?: string;
13 /** Ran when reflow happens */
14 onReflow?: () => void;
15 }
16
17 class LinesEllipsis extends React.Component<ReactLinesEllipsisProps> {
18 public static defaultProps?: ReactLinesEllipsisProps;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected