Repository URL to install this package:
|
Version:
2.6.18 ▾
|
import React from 'react';
import { ProductFacetProps } from './typings';
declare class ProductFacets extends React.PureComponent<ProductFacetProps> {
static defaultProps: {
className: string;
list: {
label: string;
value: string;
}[];
};
render(): JSX.Element;
}
export { ProductFacets };
declare const _default: {
ProductFacets: typeof ProductFacets;
};
export default _default;