UNPKG

@commercelayer/react-components

Version:
11 lines (10 loc) 238 B
import { type ReactNode, type JSX } from 'react'; interface Props { children: ReactNode; /** * ID of the SKU list. */ id: string; } export declare function SkuList(props: Props): JSX.Element; export default SkuList;