5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
import * as React from "react";
|
|
export declare const Loading: ({ className, showOpenInCodeSandbox, ...props }: React.HTMLAttributes<HTMLDivElement> & {
|
|
showOpenInCodeSandbox: boolean;
|
|
}) => JSX.Element;
|