// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import * as React from 'react'; export const pickerId = (id: string) =>
(Component: React.ComponentType
) => (props: P) => ;