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