UNPKG

@wulperstudio/cms

Version:
5 lines (4 loc) 181 B
import React from 'react'; import { AttachFileDropModel } from './AttachFileDrop.types'; declare const AttachFileDrop: React.FC<AttachFileDropModel>; export default AttachFileDrop;