import { Component, For } from "solid-js"; import { CellValueFilter } from "../../types/configCells"; export const FieldFilter: Component<{ value: CellValueFilter }> = (props) => { return ( <> {(id) => {id}} ); };