UNPKG

hh-ui-components

Version:
7 lines (6 loc) 170 B
import { FC } from "react"; export interface CartSideBarProps { label?: string; } export declare const CartSideBar: FC<CartSideBarProps>; export default CartSideBar;