Repository URL to install this package:
|
Version:
4.0.23 ▾
|
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;