UNPKG

@commercelayer/react-components

Version:
11 lines (10 loc) 351 B
import type { DefaultChildrenType } from '../../typings/globals'; import { type JSX } from 'react'; interface Props { /** * The children of the component. */ children: DefaultChildrenType; } export declare function InStockSubscriptionsContainer({ children }: Props): JSX.Element | null; export default InStockSubscriptionsContainer;