func exportsItemProviders ([UTType], onExport : () -> [NSItemProvider ], onEdit : ([NSItemProvider ]) -> Bool) -> some View
Exports a read-write item provider for consumption by shortcuts, quick actions, and services.
func importsItemProviders ([UTType], onImport : ([NSItemProvider ]) -> Bool) -> some View
Enables importing item providers from services, such as Continuity Camera on macOS.