UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

12 lines (11 loc) 441 B
import React from 'react'; import type { SpinSize } from 'antd/lib/spin'; declare const Loading: ({ children, style, padded, delay, immediate, ...props }: { padded?: boolean | undefined; delay?: number | undefined; immediate?: boolean | undefined; style?: React.CSSProperties | undefined; children?: React.ReactNode; size?: "small" | "default" | "large" | undefined; }) => JSX.Element; export { Loading };