Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / molecules / BackgroundMedia / BackgroundMedia.d.ts
Size: Mime:
import * as React from 'react';
import { BackgroundMediaProps } from './typings';
declare class BackgroundMedia extends React.PureComponent<BackgroundMediaProps> {
    render(): JSX.Element;
}
export { BackgroundMedia };
export default BackgroundMedia;