@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
10 lines (9 loc) • 324 B
TypeScript
import * as React from "react";
export default class FluidLegend extends React.PureComponent<any, any> {
static defaultProps: any;
constructor(props: any);
toggleShowAll(): void;
renderSeries(itemWidth: any, visibleItemsCount: any): JSX.Element;
renderPaging(): JSX.Element;
render(): JSX.Element;
}