UNPKG

react-statix

Version:

React components for statix localization management

8 lines (7 loc) 275 B
import { RowData } from "../components/table/types"; /** * Transforms flattened locale data into table rows * @param flattenedData Flattened locale data * @returns Array of table row data */ export declare const transformToTableData: (flattenedData: any[]) => RowData[];