Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { ReactNode } from 'react'
import { DeliveryInstructionProps as DeliveryInstructionPlaceholderProps } from 'abstractions/Checkout/DeliveryInstruction'
import { CommentBoxProps } from '@skava/ui/dist/forms/views/CommentBox'
export interface DeliveryInstructionProps
extends DeliveryInstructionPlaceholderProps, CommentBoxProps {}