UNPKG

@smart-react-components/ui

Version:
9 lines (8 loc) 367 B
import { IntrinsicStyledMarginProps } from '@smart-react-components/core/element-props/intrinsic-styled-margin-props'; import { SizeProps } from '@smart-react-components/core/types'; import React from 'react'; export interface Props extends IntrinsicStyledMarginProps, SizeProps { color?: string; } declare const Loading: React.FC<Props>; export default Loading;