Repository URL to install this package:
|
Version:
2.7.11 ▾
|
import React from 'react';
import { VectorProps } from './typings';
declare class Vector extends React.PureComponent<VectorProps> {
static defaultProps: VectorProps;
render(): JSX.Element;
}
export { Vector };
export default Vector;