Repository URL to install this package:
|
Version:
2.8.4 ▾
|
@skava/ui
/
dist
/
components
/
presets
/
ProductPieces
/
ProductDescription
/
ProductDescription.d.ts
|
|---|
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;