props.d.ts
344 字节
import type { FC, ReactNode } from 'react'
import type { Send_prescription_formType } from '@/types'
export interface SendPrescriptionPropsType {
children?: ReactNode
ref?: any
Send_prescription_formData: Send_prescription_formType
fileList: any,
setSend_prescription_formTypeData?: (e: any) => any
setFileList?: (e: any) => any
}