Repository URL to install this package:
|
Version:
4.0.119-dev ▾
|
import React from 'react';
import { PlaceholderVectorProps } from '../typings';
declare class VideoPlaceholder extends React.PureComponent<PlaceholderVectorProps> {
static defaultProps: {
fill: string;
viewBox: string;
width: string;
height: string;
};
render(): JSX.Element;
}
export { VideoPlaceholder };
export default VideoPlaceholder;