TableInputCSV variable

TableInputCSV variable

Signature

  1. TableInputCSV: React.FunctionComponent<{
  2. text: string;
  3. config?: CSVConfig | undefined;
  4. height: string | number;
  5. width: string | number;
  6. onSeriesParsed: (data: DataFrame[], text: string) => void;
  7. }>

Import

  1. import { TableInputCSV } from '@grafana/ui';