@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.
8 lines • 308 B
TypeScript
import * as React from "react";
import type { Props } from "./types";
declare const Loading: {
({ loading, asComponent, type, text, children, dataTest, customSize, title, id, ariaHidden, }: Props): React.JSX.Element;
displayName: string;
};
export default Loading;
//# sourceMappingURL=index.d.ts.map