UNPKG

react-life-design

Version:
10 lines (9 loc) 209 B
import * as React from 'react'; export interface IProps { children: any; } export default class Text extends React.PureComponent<IProps> { static P: any; static Span: any; render: () => any; }