@commercelayer/react-components
Version:
The Official Commerce Layer React Components
10 lines (9 loc) • 322 B
TypeScript
import { type JSX } from 'react';
import type { DefaultChildrenType } from '../../typings/globals';
interface Props {
children: DefaultChildrenType;
filters?: Record<string, any>;
loader?: JSX.Element;
}
export declare function LineItemsContainer(props: Props): JSX.Element;
export default LineItemsContainer;