UNPKG

@commercelayer/react-components

Version:
8 lines (7 loc) 260 B
import type { DefaultChildrenType } from '../../typings/globals'; import { type JSX } from 'react'; interface Props { children: DefaultChildrenType; } export declare function ParcelLineItem({ children }: Props): JSX.Element; export default ParcelLineItem;