Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import { ShoppingItemProps } from './typings';
declare function defaultRenderShoppingListItem(props: ShoppingItemProps): JSX.Element;
export { defaultRenderShoppingListItem };