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