UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 285 B
/// <reference types="react" /> import './Attachments.scss'; import type { AttachmentsProps } from './AttachmentsTypes'; declare const Attachments: import("react").ForwardRefExoticComponent<AttachmentsProps & import("react").RefAttributes<HTMLDivElement>>; export default Attachments;