UNPKG

sp-app-react

Version:

React based Controls and Utilities for building applications in SharePoint

10 lines (9 loc) 294 B
/// <reference types="react" /> interface SPAttachmentsProps { list?: string; readOnly?: boolean | undefined; label?: string; required?: boolean; } export declare const SPAttachments: ({ list, readOnly, label, required }: SPAttachmentsProps) => JSX.Element; export {};