Repository URL to install this package:
|
Version:
2.7.11 ▾
|
import React from 'react';
import { SourceProps, SourceType } from './typings';
declare class Source extends React.PureComponent<SourceProps> {
static from(props: SourceProps | SourceType, index: number): JSX.Element;
render(): JSX.Element;
}
export { Source };
export default Source;