@commercelayer/react-components
Version:
The Official Commerce Layer React Components
11 lines (10 loc) • 351 B
TypeScript
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;