UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 208 B
import React from 'react'; export type Props = { size?: 'lg' | 'md' | 'sm'; className?: string; }; declare const Loading: ({ className, size }: Props) => React.JSX.Element; export { Loading };