UNPKG

@smart-react-components/ui

Version:
8 lines (7 loc) 393 B
import { StyledProps } from '@smart-react-components/core/styled-props'; import { ResponsiveProp, SizeProp } from '@smart-react-components/core/types'; interface Props extends StyledProps, ResponsiveProp<'loadingSize', SizeProp> { loadingColor: string; } declare const _default: import("styled-components").StyledComponent<"svg", any, StyledProps & Props, never>; export default _default;