Repository URL to install this package:
|
Version:
2.1.3 ▾
|
/// <reference types="react" />
import { ShoppingItemProps } from './typings';
declare function defaultRenderShoppingListItem(props: ShoppingItemProps): JSX.Element;
export { defaultRenderShoppingListItem };