// 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 } from '@material-ui/core'; import { ChipsInput } from '~/components/chips-input/chips-input'; import { identity } from 'lodash'; import { PermissionSelect } from './permission-select'; export default () => ; const InvitedPeopleField = () => ; const InvitedPeopleFieldComponent = (props: WrappedFieldProps) => Invite people Helper text ; const PermissionSelectField = () => ; const PermissionSelectComponent = ({ input }: WrappedFieldProps) => Authorization ;