func exportsItemProviders ([UTType], onExport : () -> [NSItemProvider ]) -> some View
Exports a read-only item provider for consumption by shortcuts, quick actions, and services.
func exportsItemProviders ([UTType], onExport : () -> [NSItemProvider ], onEdit : ([NSItemProvider ]) -> Bool) -> some View
Exports a read-write item provider for consumption by shortcuts, quick actions, and services.