UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

20 lines (19 loc) 561 B
interface LoaderInfo { name: string; extensions: string[]; } export declare const getFileFormatNames: ((state: { loaders: LoaderInfo[]; }) => string[]) & import("reselect").OutputSelectorFields<(args_0: LoaderInfo[]) => string[], { clearCache: () => void; }> & { clearCache: () => void; }; export declare const getFileExtensions: ((state: { loaders: LoaderInfo[]; }) => string[]) & import("reselect").OutputSelectorFields<(args_0: LoaderInfo[]) => string[], { clearCache: () => void; }> & { clearCache: () => void; }; export {};