UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 232 B
import React, { CSSProperties } from 'react'; export type Props = { className?: string; style?: CSSProperties; }; declare const LoadingCard: ({ className, style }: Props) => React.JSX.Element; export { LoadingCard };