UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 250 B
import React from 'react'; export type Props = { className?: string; theme?: 'marryBaby' | 'default'; hideText?: boolean; }; declare const Loading: ({ className, theme, hideText }: Props) => React.JSX.Element; export { Loading };