// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import * as React from 'react'; import { Field, WrappedFieldProps } from 'redux-form'; import { Grid, Input, FormControl, FormHelperText, FormLabel, InputLabel, Chip } from '@material-ui/core'; import { ChipsInput } from '~/components/chips-input/chips-input'; import { identity } from 'lodash'; import { PermissionSelect } from './permission-select'; import { PeopleSelect } from './people-select'; import ChipInput from 'material-ui-chip-input'; export default () => ; const InvitedPeopleField = () => ; const InvitedPeopleFieldComponent = (props: WrappedFieldProps) => ; const PermissionSelectField = () => ; const PermissionSelectComponent = ({ input }: WrappedFieldProps) => Authorization ;