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