kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
14 lines (13 loc) • 588 B
TypeScript
import React from 'react';
declare type StyledContainerProps = {
isVisible?: boolean;
left: number;
};
export declare const StyledContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledContainerProps>>;
declare type LoadingIndicatorProps = {
isVisible?: boolean;
activeSidePanel?: boolean;
sidePanelWidth?: number;
};
declare const _default: React.FC<React.PropsWithChildren<LoadingIndicatorProps>>;
export default _default;