// @ts-nocheck import React from 'react'; import { Button } from '@blueprintjs/core'; import { Select } from '@blueprintjs-formik/select'; import styled from 'styled-components'; import clsx from 'classnames'; export function FSelect({ ...props }) { const input = ({ activeItem, text, label, value }) => { return ( ); }; return