UNPKG

@commercelayer/react-components

Version:
9 lines (8 loc) 241 B
import { type ReactNode, type JSX } from 'react'; interface Props { children: ReactNode; readonly?: boolean; emptyText?: string; } export declare function ShippingMethod(props: Props): JSX.Element; export default ShippingMethod;