@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
12 lines (11 loc) • 606 B
TypeScript
/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledLoading: import("styled-components").StyledComponent<({ children, className, dataTest }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export declare const StyledSpinner: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, {
customSize?: Props["customSize"];
}, never>;
declare const Loading: {
({ loading, type, text, children, dataTest, customSize, id, }: Props): JSX.Element;
displayName: string;
};
export default Loading;