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