UNPKG

hh-ui-components

Version:
7 lines (6 loc) 171 B
import { FC } from "react"; export interface CartBoxNoProgProps { boxTitle?: string; children?: any; } export declare const CartBoxNoProg: FC<CartBoxNoProgProps>;