UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

8 lines (7 loc) 198 B
import type { FC } from 'react'; interface AttachmentItemProps { name?: string; onClick?: () => void; } declare const AttachmentItem: FC<AttachmentItemProps>; export default AttachmentItem;