// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import * as React from "react"; import { Field } from "redux-form"; import { TextField } from "~/components/text-field/text-field"; import { Checkbox, FormControlLabel } from '@material-ui/core'; export const SearchBarTypeField = () => ; export const SearchBarClusterField = () => ; export const SearchBarProjectField = () => ; export const SearchBarTrashField = () => } label="In trash" />; export const SearchBarDataFromField = () => ; export const SearchBarDataToField = () => ; export const SearchBarKeyField = () => ; export const SearchBarValueField = () => ; export const SearchBarSaveSearchField = () => } label="Save search query" />; export const SearchBarQuerySearchField = () => ;